{"title":"COOL SHIRT","description":"","products":[{"product_id":"071632423_0054","title":"WOMEN COOLDOTS Mini Ripstop Long Pants Deep Sea","description":"\u003cp\u003e COOLDOTS is a highly functional material that uses patented technology to create extremely fine ventilation holes that prevent heat from building up, and also has a cooling sensation when touched, keeping you comfortable and dry even in the middle of summer.\u003cbr\u003e In addition, it also has multiple functions such as 2-way stretch, water repellency, quick drying, and wrinkle resistance.\u003cbr\u003e It has a wrinkled finish, giving it a natural and light look.\u003c\/p\u003e\n\n\u003cp\u003e ========================\u003c\/p\u003e\n\n\u003cp\u003e [Size specifications (approximate)]\u003cbr\u003e 36(S)\u003cbr\u003e Waist 68cm Hip 91cm Thigh 28.5cm\u003cbr\u003e Rise 23cm Inseam 82cm Hem width 15cm\u003c\/p\u003e\n\n\u003cp\u003e 38(M)\u003cbr\u003e Waist 72cm Hip 95cm Thigh 30cm\u003cbr\u003e Rise 23cm Inseam 82cm Hem width 16cm\u003c\/p\u003e\n\n\u003cp\u003e 40(L)\u003cbr\u003e Waist 76cm Hip 99cm Thigh 31.5cm\u003cbr\u003e Rise 23.5cm Inseam 82cm Hem width 17cm\u003c\/p\u003e\n\n\u003cp\u003e 【material】\u003cbr\u003e 100% polyester\u003c\/p\u003e\n\n\u003cp\u003e ========================  \u003cbr\u003e*The actual color may differ slightly from the image due to lighting and shadows.\u003c\/p\u003e","brand":"ZOY","offers":[{"title":"Deep Sea\/36(S)","offer_id":47777844691235,"sku":"071632423_0054_1036","price":13750.0,"currency_code":"JPY","in_stock":true},{"title":"Deep Sea\/38(M)","offer_id":47777844724003,"sku":"071632423_0054_1038","price":13750.0,"currency_code":"JPY","in_stock":true},{"title":"Deep Sea\/40(L)","offer_id":47777844756771,"sku":"071632423_0054_1040","price":13750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/02_0054_3d6ea894-33c6-41dd-aba3-3347220dcf88.jpg?v=1750404690"},{"product_id":"071799814_0005","title":"UNISEX COLD Air Arm Covers Black","description":"\u003cp\u003e ❖99.9% UV protection\u003cbr\u003e Made of COLD AIR material that feels cool to the touch. It absorbs sweat during exercise, evaporates it, and dissipates heat, providing a sustained cooling effect. It feels even cooler when exposed to wind. The arm covers are 3D designed with 360° stretch, so they won't interfere with your movements while playing. They block 99.9% of UV rays, providing solid protection from the sun.\u003c\/p\u003e\n\n\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e Total length 40cm, wrist circumference 6cm\u003cbr\u003e Upper arm circumference 9.5cm\u003cbr\u003e\u003cbr\u003e *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 92% nylon, 8% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eGuidelines for UV protection\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n \u003cp\u003e\u0026lt;Ultraviolet rays\u0026gt;\u003cbr\u003e Weak days: UPF 15 or higher (UV protection rate 80% or higher)\u003cbr\u003e On slightly strong days: UPF 25 or higher (UV protection rate of 90% or higher)\u003cbr\u003e Strong days: UPF 30 or higher (UV protection rate of 95% or higher)\u003cbr\u003e\u003cbr\u003e *UV protection rate (%) is a number that indicates how much UV rays can be blocked. (Example: UV protection rate 90% = blocks 90% of UV rays)\u003cbr\u003e *The UPF value is an indication of the amount of time that sunburn can be prevented.\u003cbr\u003e (For example, UPF30 is expected to protect the skin for about 30 times (about 10 hours) compared to wearing nothing.)\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"ZOY","offers":[{"title":"Default Title","offer_id":47842177188131,"sku":"071799814_0005_1098","price":5500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/24ssunisex-cold-air-071799814-207751.jpg?v=1746774474"},{"product_id":"071799815_0004","title":"Women's Cold Air Leggings, Charcoal","description":"\u003cp\u003e ❖99.9% UV protection\u003cbr\u003e Made of COLD AIR material that feels cool to the touch, it quickly absorbs sweat during exercise and evaporates it to dissipate heat and maintain a cooling effect. It feels even cooler when exposed to wind, making it comfortable even in active situations. It has very high stretchability and a smooth texture, making it comfortable to wear. It also blocks 99.9% of UV rays, so it's perfect for UV protection.\u003c\/p\u003e\n\n\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e FREE \u003cbr\u003eWaist 57cm Hip 66.3cm Thigh 20cm\u003cbr\u003e Rise 24cm Inseam 64cm Hem width 10cm\u003cbr\u003e\u003cbr\u003e *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 92% nylon, 8% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eGuidelines for UV protection\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e \u0026lt;Ultraviolet rays\u0026gt;\u003cbr\u003e Weak days: UPF 15 or higher (UV protection rate 80% or higher)\u003cbr\u003e On slightly strong days: UPF 25 or higher (UV protection rate of 90% or higher)\u003cbr\u003e Strong days: UPF 30 or higher (UV protection rate of 95% or higher)\u003cbr\u003e\u003cbr\u003e *UV protection rate (%) is a number that indicates how much UV rays can be blocked. (Example: UV protection rate 90% = blocks 90% of UV rays)\u003cbr\u003e *The UPF value is an indication of the amount of time that sunburn can be prevented.\u003cbr\u003e (For example, UPF30 is expected to protect the skin for about 30 times (about 10 hours) compared to wearing nothing.)\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"ZOY","offers":[{"title":"Default Title","offer_id":47842188689699,"sku":"071799815_0004_0025","price":6545.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/24sswomens-cold-air-071799815-457539.jpg?v=1746774472"},{"product_id":"071799814_0001","title":"UNISEX COLD Air Arm Sleeves White","description":"\u003cp\u003e ❖99.9% UV protection\u003cbr\u003e Made of COLD AIR material that feels cool to the touch. It absorbs sweat during exercise, evaporates it, and dissipates heat, providing a sustained cooling effect. It feels even cooler when exposed to wind. The arm covers are 3D designed with 360° stretch, so they won't interfere with your movements while playing. They block 99.9% of UV rays, providing solid protection from the sun.\u003c\/p\u003e\n\n\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e \n\u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e Total length 40cm, wrist circumference 6cm\u003cbr\u003e Upper arm circumference 9.5cm\u003cbr\u003e\u003cbr\u003e *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 92% nylon, 8% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eGuidelines for UV protection\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e \u0026lt;Ultraviolet rays\u0026gt;\u003cbr\u003e Weak days: UPF 15 or higher (UV protection rate 80% or higher)\u003cbr\u003e On slightly strong days: UPF 25 or higher (UV protection rate of 90% or higher)\u003cbr\u003e Strong days: UPF 30 or higher (UV protection rate of 95% or higher)\u003cbr\u003e\u003cbr\u003e *UV protection rate (%) is a number that indicates how much UV rays can be blocked. (Example: UV protection rate 90% = blocks 90% of UV rays)\u003cbr\u003e *The UPF value is an indication of the amount of time that sunburn can be prevented.\u003cbr\u003e (For example, UPF30 is expected to protect the skin for about 30 times (about 10 hours) compared to wearing nothing.)\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"ZOY","offers":[{"title":"Default Title","offer_id":47947588698403,"sku":"071799814_0001_1098","price":5500.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/24ssunisex-cold-air-071799814-279842.jpg?v=1746774222"},{"product_id":"071799867_0005","title":"Women's Cold Air Rhinestone Arm Covers in Black","description":"\u003cp\u003e ❖99.9% UV protection \u003cbr\u003eThe ZOY logo with rhinestones is eye-catching, and the arm covers are made of COLD AIR material. In addition to the cooling effect that feels cool from the moment it touches your skin, the cooling effect lasts by quickly absorbing and evaporating sweat. It feels even cooler when exposed to wind. The 360° stretch and 3D design stretch in all directions, so it doesn't interfere with your swing and supports comfortable play.\u003c\/p\u003e\n\n\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e Total length 40cm, wrist circumference 6cm\u003cbr\u003e Upper arm circumference 9.5cm\u003cbr\u003e\u003cbr\u003e *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 92% nylon, 8% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eGuidelines for UV protection\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e \u0026lt;Ultraviolet rays\u0026gt;\u003cbr\u003e Weak days: UPF 15 or higher (UV protection rate 80% or higher)\u003cbr\u003e On slightly strong days: UPF 25 or higher (UV protection rate of 90% or higher)\u003cbr\u003e Strong days: UPF 30 or higher (UV protection rate of 95% or higher)\u003cbr\u003e \u003cbr\u003e*UV protection rate (%) is a number that indicates how much UV rays can be blocked. (Example: UV protection rate 90% = blocks 90% of UV rays)\u003cbr\u003e *The UPF value is an indication of the amount of time that sunburn can be prevented.\u003cbr\u003e (For example, UPF30 is expected to protect the skin for about 30 times (about 10 hours) compared to wearing nothing.)\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"ZOY","offers":[{"title":"Default Title","offer_id":52940024971555,"sku":"071799867_0005_1098","price":7150.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/02_0005_de15cc05-a665-4a4b-a0c1-35124a7f0235.jpg?v=1749536640"},{"product_id":"071799867_0001","title":"Women's Cold Air Rhinestone Arm Covers, White","description":"\u003cp\u003e ❖99.9% UV protection\u003cbr\u003e \nThe ZOY logo with rhinestones is eye-catching, and the arm covers are made of COLD AIR material. In addition to the cooling effect that feels cool from the moment it touches your skin, the cooling effect lasts by quickly absorbing and evaporating sweat. It feels even cooler when exposed to wind. The 360° stretch and 3D design stretch in all directions, so it doesn't interfere with your swing and supports comfortable play.\u003c\/p\u003e\n\n\n\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e Total length 40cm, wrist circumference 6cm\u003cbr\u003e\n Upper arm circumference 9.5cm\u003cbr\u003e\u003cbr\u003e\n *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 92% nylon, 8% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n \u003cbutton class=\"accordion-toggle\"\u003eGuidelines for UV protection\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e・On days when UV rays are weak: UPF 15 or higher (UV protection rate of 80% or higher)\u003cbr\u003e\n・On days with moderately strong sunlight: UPF25 or higher (UV protection rate of 90% or higher)\u003cbr\u003e \n・On strong days: UPF 30 or higher (UV protection rate of 95% or higher)\u003cbr\u003e\u003cbr\u003e\n *The UV blocking rate (%) is a number that indicates how much UV rays are blocked. (Example: Blocking rate 90% = Blocks 90% of UV rays)\u003cbr\u003e\n *UPF value is an estimate of the time that sunburn can be prevented. (For example, UPF30 is expected to protect the skin for about 30 times (about 10 hours) compared to wearing nothing.) \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n","brand":"ZOY","offers":[{"title":"Default Title","offer_id":53487058583843,"sku":"071799867_0001_1098","price":7150.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/02_0001_977940b7-1e37-4875-9914-467579edc211.jpg?v=1749535845"},{"product_id":"071452028_0082","title":"Men's Z fine pattern printed short-sleeved shirt in sax blue","description":"\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e This item is made of the highly functional material \"ASKIN,\" which has functions such as moisture absorption and quick drying, cooling sensation, and UV protection. The lightweight fabric is smooth and comfortable to wear. It also has a function to prevent see-through, so you can wear it with confidence. The antibacterial and deodorizing effect of Polygiene processing suppresses odor even if you sweat during the round, keeping you comfortable. This is a highly functional item that can be worn refreshingly even in hot weather.\u003c\/div\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 1001(S\/M)\u003cbr\u003e Length 66cm Width 50.8cm Shoulder width 42cm Sleeve length 21.5cm\u003cbr\u003e\u003cbr\u003e 1002(M\/L)\u003cbr\u003e Length 68cm Width 53.8cm Shoulder width 44cm Sleeve length 22.5cm\u003cbr\u003e \u003cbr\u003e1003(L\/XL)\u003cbr\u003e Length 70cm Width 56.8cm Shoulder width 46cm Sleeve length 23.5cm\u003cbr\u003e\u003cbr\u003e *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 95% polyester, 5% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"ZOY","offers":[{"title":"1001(S\/M)","offer_id":53915009220899,"sku":"071452028_0082_1001","price":20240.0,"currency_code":"JPY","in_stock":false},{"title":"1002(M\/L)","offer_id":53915009253667,"sku":"071452028_0082_1002","price":20240.0,"currency_code":"JPY","in_stock":false},{"title":"1003(L\/XL)","offer_id":53915009286435,"sku":"071452028_0082_1003","price":20240.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/02_0082_39f31a48-7be5-4c8d-a4a8-cfcf30096e7a.jpg?v=1749535701"},{"product_id":"071652028_0082","title":"Women's Z fine pattern printed short-sleeved shirt in sax blue","description":"\u003cp\u003e This item is made of the highly functional material \"ASKIN,\" which has functions such as moisture absorption and quick drying, cooling sensation, and UV protection. The lightweight fabric is smooth and comfortable to wear. It also has a function to prevent see-through, so you can wear it with confidence. The antibacterial and deodorizing effect of Polygiene processing suppresses odor even if you sweat during the round, keeping you comfortable. This is a highly functional item that can be worn refreshingly even in hot weather.\u003c\/p\u003e\n\n\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e \n\u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 36(S)\u003cbr\u003e Length 55cm Width 45cm Shoulder width 35cm Sleeve length 16.5cm\u003cbr\u003e\u003cbr\u003e 38(M)\u003cbr\u003e Length 57cm Width 48cm Shoulder width 37cm Sleeve length 16.5cm\u003cbr\u003e\u003cbr\u003e 40(L)\u003cbr\u003e Length 59cm Width 50cm Shoulder width 38cm Sleeve length 17.5cm\u003cbr\u003e\u003cbr\u003e *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 95% polyester, 5% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"ZOY","offers":[{"title":"36(S)","offer_id":53915010302243,"sku":"071652028_0082_1036","price":19360.0,"currency_code":"JPY","in_stock":true},{"title":"38(M)","offer_id":53915010335011,"sku":"071652028_0082_1038","price":19360.0,"currency_code":"JPY","in_stock":true},{"title":"40(L)","offer_id":53915010367779,"sku":"071652028_0082_1040","price":19360.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/02_0082_04e27a82-67e4-4633-b985-44a9a15a1048.jpg?v=1749535705"},{"product_id":"071652427_0085","title":"Women's Coldots Shorts Navy","description":"\u003cp\u003eThese bottoms are made from a combination of two types of highly functional materials. The main material, COOLDOTS, uses patented technology to create extremely fine ventilation holes. It is a highly functional fabric that keeps heat in and keeps you dry and comfortable even in the middle of summer. It also has a variety of functions, including 2-way stretch, water repellency, quick drying, and wrinkle resistance. The separate fabric, SOFTCOOL EXTREME, used in the waist area, has a highly breathable mesh structure, is highly stretchable, wrinkle-resistant, and has a cooling effect when touched.\u003c\/p\u003e\n\n\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 36(S)\u003cbr\u003e Waist 68cm Hip 93cm Thigh 29.3cm\u003cbr\u003e Rise 24.5cm Inseam 19cm Hem width 23.5cm\u003cbr\u003e\u003cbr\u003e 38(M)\u003cbr\u003e Waist 72cm Hip 97cm Thigh 30.8cm\u003cbr\u003e Rise 24.5cm Inseam 19.5cm Hem width 24.5cm\u003cbr\u003e\u003cbr\u003e 40(L)\u003cbr\u003e Waist 76cm Hip 101cm Thigh 32.3cm\u003cbr\u003e Rise 25cm Inseam 20cm Hem width 25.5cm\u003cbr\u003e \u003cbr\u003e*The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e Body: 100% polyester\u003cbr\u003e Other fabric: 90% nylon, 10% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"ZOY","offers":[{"title":"36(S)","offer_id":53915010695459,"sku":"071652427_0085_1036","price":21120.0,"currency_code":"JPY","in_stock":true},{"title":"38(M)","offer_id":53915010728227,"sku":"071652427_0085_1038","price":21120.0,"currency_code":"JPY","in_stock":true},{"title":"40(L)","offer_id":53915010760995,"sku":"071652427_0085_1040","price":21120.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/02_0085_4cf1bb99-e71d-411d-8510-31de690c3637.jpg?v=1749535706"},{"product_id":"071452427_0085","title":"MEN COOLDOTS Shorts Navy","description":"\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n \u003cdiv class=\"accordion\"\u003eThese bottoms are made from a combination of two types of highly functional materials. The main material, COOLDOTS, uses patented technology to create extremely fine ventilation holes. It is a highly functional fabric that keeps heat in and keeps you dry and comfortable even in the middle of summer. It also has a variety of functions, including 2-way stretch, water repellency, quick drying, and wrinkle resistance. The separate fabric, SOFTCOOL EXTREME, used in the waist area, has a highly breathable mesh structure, is highly stretchable, wrinkle-resistant, and has a cooling effect when touched.\u003c\/div\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 1079(79)\u003cbr\u003e Waist 81cm Hip 101cm Thigh 31.9cm\u003cbr\u003e Rise 24.5cm Inseam 23cm Hem width 23.6cm\u003cbr\u003e\u003cbr\u003e 1082(82)\u003cbr\u003e Waist 84cm Hip 104cm Thigh 33cm\u003cbr\u003e Rise 25cm Inseam 23cm Hem width 24.5cm\u003cbr\u003e\u003cbr\u003e 1085(85)\u003cbr\u003e Waist 87cm Hip 107cm Thigh 34.1cm\u003cbr\u003e Rise 25.5cm Inseam 23cm Hem width 25.4cm\u003cbr\u003e\u003cbr\u003e 1088(88)\u003cbr\u003e Waist 90cm Hip 110cm Thigh 35.2cm \u003cbr\u003eRise 26cm Inseam 23cm Hem width 26.3cm\u003cbr\u003e\u003cbr\u003e *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e Body: 100% polyester\u003cbr\u003e Other fabric: 90% nylon, 10% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"ZOY","offers":[{"title":"1079(79)","offer_id":53915010793763,"sku":"071452427_0085_1079","price":21120.0,"currency_code":"JPY","in_stock":true},{"title":"1082(82)","offer_id":53915010826531,"sku":"071452427_0085_1082","price":21120.0,"currency_code":"JPY","in_stock":true},{"title":"1085(85)","offer_id":53915010859299,"sku":"071452427_0085_1085","price":21120.0,"currency_code":"JPY","in_stock":true},{"title":"1088(88)","offer_id":53915010892067,"sku":"071452427_0085_1088","price":21120.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/02_0085_1e0b0b37-84ba-4de2-bb2e-34b42cf1df45.jpg?v=1749535708"},{"product_id":"071452427_0032","title":"MEN COOLDOTS Shorts Beige","description":"\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e These bottoms are made from a combination of two types of highly functional materials. The main material, COOLDOTS, uses patented technology to create extremely fine ventilation holes. It is a highly functional fabric that keeps heat in and keeps you dry and comfortable even in the middle of summer. It also has a variety of functions, including 2-way stretch, water repellency, quick drying, and wrinkle resistance. The separate fabric, SOFTCOOL EXTREME, used in the waist area, has a highly breathable mesh structure, is highly stretchable, wrinkle-resistant, and has a cooling effect when touched.\u003c\/div\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 1079(79) \u003cbr\u003eWaist 81cm Hip 101cm Thigh 31.9cm\u003cbr\u003e Rise 24.5cm Inseam 23cm Hem width 23.6cm\u003cbr\u003e\u003cbr\u003e 1082(82)\u003cbr\u003e Waist 84cm Hip 104cm Thigh 33cm\u003cbr\u003e Rise 25cm Inseam 23cm Hem width 24.5cm\u003cbr\u003e\u003cbr\u003e 1085(85)\u003cbr\u003e Waist 87cm Hip 107cm Thigh 34.1cm\u003cbr\u003e Rise 25.5cm Inseam 23cm Hem width 25.4cm\u003cbr\u003e\u003cbr\u003e 1088(88)\u003cbr\u003e Waist 90cm Hip 110cm Thigh 35.2cm\u003cbr\u003e Rise 26cm Inseam 23cm Hem width 26.3cm\u003cbr\u003e\u003cbr\u003e *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e Body: 100% polyester\u003cbr\u003e Other fabric: 90% nylon, 10% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"ZOY","offers":[{"title":"1079(79)","offer_id":53915012038947,"sku":"071452427_0032_1079","price":21120.0,"currency_code":"JPY","in_stock":true},{"title":"1082(82)","offer_id":53915012071715,"sku":"071452427_0032_1082","price":21120.0,"currency_code":"JPY","in_stock":true},{"title":"1085(85)","offer_id":53915012104483,"sku":"071452427_0032_1085","price":21120.0,"currency_code":"JPY","in_stock":true},{"title":"1088(88)","offer_id":53915012137251,"sku":"071452427_0032_1088","price":21120.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/02_0032_fc3358cd-189e-4419-9041-4ffd6cbe0897.jpg?v=1749535711"},{"product_id":"071652427_0032","title":"WOMEN COOLDOTS Shorts Beige","description":"\u003cp\u003e These bottoms are made from a combination of two types of highly functional materials. The main material, COOLDOTS, uses patented technology to create extremely fine ventilation holes. It is a highly functional fabric that keeps heat in and keeps you dry and comfortable even in the middle of summer. It also has a variety of functions, including 2-way stretch, water repellency, quick drying, and wrinkle resistance. The separate fabric, SOFTCOOL EXTREME, used in the waist area, has a highly breathable mesh structure, is highly stretchable, wrinkle-resistant, and has a cooling effect when touched.\u003c\/p\u003e\n\n\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 36(S) \u003cbr\u003eWaist 68cm Hip 93cm Thigh 29.3cm\u003cbr\u003e Rise 24.5cm Inseam 19cm Hem width 23.5cm\u003cbr\u003e\u003cbr\u003e 38(M)\u003cbr\u003e Waist 72cm Hip 97cm Thigh 30.8cm\u003cbr\u003e Rise 24.5cm Inseam 19.5cm Hem width 24.5cm\u003cbr\u003e\u003cbr\u003e 40(L)\u003cbr\u003e Waist 76cm Hip 101cm Thigh 32.3cm\u003cbr\u003e Rise 25cm Inseam 20cm Hem width 25.5cm\u003cbr\u003e\u003cbr\u003e *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e Body: 100% polyester\u003cbr\u003e Other fabric: 90% nylon, 10% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"ZOY","offers":[{"title":"36(S)","offer_id":53915012596003,"sku":"071652427_0032_1036","price":21120.0,"currency_code":"JPY","in_stock":true},{"title":"38(M)","offer_id":53915012628771,"sku":"071652427_0032_1038","price":21120.0,"currency_code":"JPY","in_stock":true},{"title":"40(L)","offer_id":53915012661539,"sku":"071652427_0032_1040","price":21120.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/02_0032_3b14e6be-dd3e-4fb2-b23d-295c06bbd41c.jpg?v=1749535713"},{"product_id":"071452028_0040","title":"Men's Z fine pattern printed short-sleeved shirt in cream yellow","description":"\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e This item is made of the highly functional material \"ASKIN,\" which has functions such as moisture absorption and quick drying, cooling sensation, and UV protection. The lightweight fabric is smooth and comfortable to wear. It also has a function to prevent see-through, so you can wear it with confidence. The antibacterial and deodorizing effect of Polygiene processing suppresses odor even if you sweat during the round, keeping you comfortable. This is a highly functional item that can be worn refreshingly even in hot weather.\u003c\/div\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 1001(S\/M)\u003cbr\u003e Length 66cm Width 50.8cm Shoulder width 42cm Sleeve length 21.5cm\u003cbr\u003e\u003cbr\u003e 1002(M\/L)  \u003cbr\u003eLength 68cm Width 53.8cm Shoulder width 44cm Sleeve length 22.5cm\u003cbr\u003e\u003cbr\u003e 1003(L\/XL)\u003cbr\u003e Length 70cm Width 56.8cm Shoulder width 46cm Sleeve length 23.5cm\u003cbr\u003e\u003cbr\u003e *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 95% polyester, 5% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"ZOY","offers":[{"title":"1001(S\/M)","offer_id":53915013447971,"sku":"071452028_0040_1001","price":20240.0,"currency_code":"JPY","in_stock":false},{"title":"1002(M\/L)","offer_id":53915013480739,"sku":"071452028_0040_1002","price":20240.0,"currency_code":"JPY","in_stock":false},{"title":"1003(L\/XL)","offer_id":53915013513507,"sku":"071452028_0040_1003","price":20240.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/02_0040_80d122a2-09cc-491f-849e-9e7122e9c9d7.jpg?v=1749535719"},{"product_id":"071652028_0040","title":"Women's Z Fine Pattern Print Short Sleeve Shirt in Cream Yellow","description":"\u003cp\u003e This item is made of the highly functional material \"ASKIN,\" which has functions such as moisture absorption and quick drying, cooling sensation, and UV protection. The lightweight fabric is smooth and comfortable to wear. It also has a function to prevent see-through, so you can wear it with confidence. The antibacterial and deodorizing effect of Polygiene processing suppresses odor even if you sweat during the round, keeping you comfortable. This is a highly functional item that can be worn refreshingly even in hot weather.\u003c\/p\u003e\n\n\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e \n\u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 36(S)\u003cbr\u003e Length 55cm Width 45cm Shoulder width 35cm Sleeve length 16.5cm\u003cbr\u003e\u003cbr\u003e 38(M)\u003cbr\u003e Length 57cm Width 48cm Shoulder width 37cm Sleeve length 16.5cm\u003cbr\u003e\u003cbr\u003e 40(L)\u003cbr\u003e Length 59cm Width 50cm Shoulder width 38cm Sleeve length 17.5cm\u003cbr\u003e\u003cbr\u003e *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 95% polyester, 5% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"ZOY","offers":[{"title":"36(S)","offer_id":53915013677347,"sku":"071652028_0040_1036","price":19360.0,"currency_code":"JPY","in_stock":true},{"title":"38(M)","offer_id":53915013710115,"sku":"071652028_0040_1038","price":19360.0,"currency_code":"JPY","in_stock":true},{"title":"40(L)","offer_id":53915013742883,"sku":"071652028_0040_1040","price":19360.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/02_0040_e6376f03-97c4-407c-912e-3485286cdea9.jpg?v=1749535720"},{"product_id":"071632423_0085","title":"Women's Cooldots Mini Ripstop Long Pants in Navy","description":"\u003cp\u003e COOLDOTS is a highly functional material that uses patented technology to create extremely fine ventilation holes that prevent heat from building up, and also has a cooling sensation when touched, keeping you comfortable and dry even in the middle of summer.\u003cbr\u003e In addition, it also has multiple functions such as 2-way stretch, water repellency, quick drying, and wrinkle resistance.\u003cbr\u003e It has a wrinkled finish, giving it a natural and light look.\u003c\/p\u003e\n\n\u003cp\u003e ========================\u003c\/p\u003e\n\n\u003cp\u003e [Size specifications (approximate)]\u003cbr\u003e 36(S)\u003cbr\u003e Waist 68cm Hip 91cm Thigh 28.5cm\u003cbr\u003e Rise 23cm Inseam 82cm Hem width 15cm\u003c\/p\u003e\n\n\u003cp\u003e 38(M)\u003cbr\u003e Waist 72cm Hip 95cm Thigh 30cm\u003cbr\u003e Rise 23cm Inseam 82cm Hem width 16cm\u003c\/p\u003e\n\n\u003cp\u003e 40(L)\u003cbr\u003e Waist 76cm Hip 99cm Thigh 31.5cm\u003cbr\u003e Rise 23.5cm Inseam 82cm Hem width 17cm\u003c\/p\u003e\n\n\u003cp\u003e 【material】\u003cbr\u003e 100% polyester\u003c\/p\u003e\n\n\u003cp\u003e ========================  \u003cbr\u003e*The actual color may differ slightly from the image due to lighting and shadows.\u003c\/p\u003e","brand":"ZOY","offers":[{"title":"Navy\/36(S)","offer_id":53629695754531,"sku":"071632423_0085_1036","price":13750.0,"currency_code":"JPY","in_stock":true},{"title":"Navy\/38(M)","offer_id":53629695787299,"sku":"071632423_0085_1038","price":13750.0,"currency_code":"JPY","in_stock":true},{"title":"Navy\/40(L)","offer_id":53629695820067,"sku":"071632423_0085_1040","price":13750.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/02_0085_d65009e9-3754-44d1-858c-727c9b43a751.jpg?v=1750404776"},{"product_id":"071728829_0032","title":"Women's Cold Air Leggings, Charcoal","description":"\u003cp\u003e ❖99.9% UV protection\u003cbr\u003e Made of COLD AIR material that feels cool to the touch, it quickly absorbs sweat during exercise and evaporates it to dissipate heat and maintain a cooling effect. It feels even cooler when exposed to wind, making it comfortable even in active situations. It has very high stretchability and a smooth texture, making it comfortable to wear. It also blocks 99.9% of UV rays, so it's perfect for UV protection.\u003c\/p\u003e\n\n\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e FREE \u003cbr\u003eWaist 57cm Hip 66.3cm Thigh 20cm\u003cbr\u003e Rise 24cm Inseam 64cm Hem width 10cm\u003cbr\u003e\u003cbr\u003e *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 92% nylon, 8% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eGuidelines for UV protection\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e \u0026lt;Ultraviolet rays\u0026gt;\u003cbr\u003e Weak days: UPF 15 or higher (UV protection rate 80% or higher)\u003cbr\u003e On slightly strong days: UPF 25 or higher (UV protection rate of 90% or higher)\u003cbr\u003e Strong days: UPF 30 or higher (UV protection rate of 95% or higher)\u003cbr\u003e\u003cbr\u003e *UV protection rate (%) is a number that indicates how much UV rays can be blocked. (Example: UV protection rate 90% = blocks 90% of UV rays)\u003cbr\u003e *The UPF value is an indication of the amount of time that sunburn can be prevented.\u003cbr\u003e (For example, UPF30 is expected to protect the skin for about 30 times (about 10 hours) compared to wearing nothing.)\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"ZOY","offers":[{"title":"S.M.","offer_id":55023656468771,"sku":"071728829_0032_2091","price":11000.0,"currency_code":"JPY","in_stock":false},{"title":"ML","offer_id":55023656501539,"sku":"071728829_0032_2092","price":11000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/02_0032_a7990952-723d-4604-9632-810968d18616.jpg?v=1777628774"},{"product_id":"071728829_0005","title":"Women's Cold Air Leggings, Charcoal","description":"\u003cp\u003e ❖99.9% UV protection\u003cbr\u003e Made of COLD AIR material that feels cool to the touch, it quickly absorbs sweat during exercise and evaporates it to dissipate heat and maintain a cooling effect. It feels even cooler when exposed to wind, making it comfortable even in active situations. It has very high stretchability and a smooth texture, making it comfortable to wear. It also blocks 99.9% of UV rays, so it's perfect for UV protection.\u003c\/p\u003e\n\n\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e FREE \u003cbr\u003eWaist 57cm Hip 66.3cm Thigh 20cm\u003cbr\u003e Rise 24cm Inseam 64cm Hem width 10cm\u003cbr\u003e\u003cbr\u003e *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 92% nylon, 8% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eGuidelines for UV protection\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e \u0026lt;Ultraviolet rays\u0026gt;\u003cbr\u003e Weak days: UPF 15 or higher (UV protection rate 80% or higher)\u003cbr\u003e On slightly strong days: UPF 25 or higher (UV protection rate of 90% or higher)\u003cbr\u003e Strong days: UPF 30 or higher (UV protection rate of 95% or higher)\u003cbr\u003e\u003cbr\u003e *UV protection rate (%) is a number that indicates how much UV rays can be blocked. (Example: UV protection rate 90% = blocks 90% of UV rays)\u003cbr\u003e *The UPF value is an indication of the amount of time that sunburn can be prevented.\u003cbr\u003e (For example, UPF30 is expected to protect the skin for about 30 times (about 10 hours) compared to wearing nothing.)\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"ZOY","offers":[{"title":"S.M.","offer_id":55023656927523,"sku":"071728829_0005_2091","price":11000.0,"currency_code":"JPY","in_stock":true},{"title":"ML","offer_id":55023656960291,"sku":"071728829_0005_2092","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/071728829_0005_01_CAD.jpg?v=1778640858"},{"product_id":"071728830_0032","title":"Women's Cold Air Rhinestone Arm Covers, White","description":"\u003cp\u003e ❖99.9% UV protection\u003cbr\u003e \nThe ZOY logo with rhinestones is eye-catching, and the arm covers are made of COLD AIR material. In addition to the cooling effect that feels cool from the moment it touches your skin, the cooling effect lasts by quickly absorbing and evaporating sweat. It feels even cooler when exposed to wind. The 360° stretch and 3D design stretch in all directions, so it doesn't interfere with your swing and supports comfortable play.\u003c\/p\u003e\n\n\n\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e Total length 40cm, wrist circumference 6cm\u003cbr\u003e\n Upper arm circumference 9.5cm\u003cbr\u003e\u003cbr\u003e\n *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 92% nylon, 8% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n \u003cbutton class=\"accordion-toggle\"\u003eGuidelines for UV protection\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e・On days when UV rays are weak: UPF 15 or higher (UV protection rate of 80% or higher)\u003cbr\u003e\n・On days with moderately strong sunlight: UPF25 or higher (UV protection rate of 90% or higher)\u003cbr\u003e \n・On strong days: UPF 30 or higher (UV protection rate of 95% or higher)\u003cbr\u003e\u003cbr\u003e\n *The UV blocking rate (%) is a number that indicates how much UV rays are blocked. (Example: Blocking rate 90% = Blocks 90% of UV rays)\u003cbr\u003e\n *UPF value is an estimate of the time that sunburn can be prevented. (For example, UPF30 is expected to protect the skin for about 30 times (about 10 hours) compared to wearing nothing.) \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n","brand":"ZOY","offers":[{"title":"Default Title","offer_id":55023657386275,"sku":"071728830_0032_0025","price":8800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/02_0032_af6165c8-9fb5-4702-b0aa-d74665ced819.jpg?v=1777629879"},{"product_id":"071728830_0005","title":"Women's Cold Air Rhinestone Arm Covers, White","description":"\u003cp\u003e ❖99.9% UV protection\u003cbr\u003e \nThe ZOY logo with rhinestones is eye-catching, and the arm covers are made of COLD AIR material. In addition to the cooling effect that feels cool from the moment it touches your skin, the cooling effect lasts by quickly absorbing and evaporating sweat. It feels even cooler when exposed to wind. The 360° stretch and 3D design stretch in all directions, so it doesn't interfere with your swing and supports comfortable play.\u003c\/p\u003e\n\n\n\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e Total length 40cm, wrist circumference 6cm\u003cbr\u003e\n Upper arm circumference 9.5cm\u003cbr\u003e\u003cbr\u003e\n *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 92% nylon, 8% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n \u003cbutton class=\"accordion-toggle\"\u003eGuidelines for UV protection\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e・On days when UV rays are weak: UPF 15 or higher (UV protection rate of 80% or higher)\u003cbr\u003e\n・On days with moderately strong sunlight: UPF25 or higher (UV protection rate of 90% or higher)\u003cbr\u003e \n・On strong days: UPF 30 or higher (UV protection rate of 95% or higher)\u003cbr\u003e\u003cbr\u003e\n *The UV blocking rate (%) is a number that indicates how much UV rays are blocked. (Example: Blocking rate 90% = Blocks 90% of UV rays)\u003cbr\u003e\n *UPF value is an estimate of the time that sunburn can be prevented. (For example, UPF30 is expected to protect the skin for about 30 times (about 10 hours) compared to wearing nothing.) \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n","brand":"ZOY","offers":[{"title":"Default Title","offer_id":55023658762531,"sku":"071728830_0005_0025","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/071728830_0005_01_CAD.jpg?v=1778641414"},{"product_id":"071728830_0001","title":"Women's Cold Air Rhinestone Arm Covers, White","description":"\u003cp\u003e ❖99.9% UV protection\u003cbr\u003e \nThe ZOY logo with rhinestones is eye-catching, and the arm covers are made of COLD AIR material. In addition to the cooling effect that feels cool from the moment it touches your skin, the cooling effect lasts by quickly absorbing and evaporating sweat. It feels even cooler when exposed to wind. The 360° stretch and 3D design stretch in all directions, so it doesn't interfere with your swing and supports comfortable play.\u003c\/p\u003e\n\n\n\u003cstyle\u003e\n  .accordion-toggle {\n    background-color: #f5f5f5;\n    padding: 12px;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    text-align: left;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .accordion-content {\n    padding: 12px;\n    background-color: #fff;\n    border-top: 1px solid #ccc;\n    display: none;\n  }\n\n  .section-title {\n    background-color: #f5f5f5;\n    padding: 12px;\n    font-weight: bold;\n    margin-top: 10px;\n  }\n\n  .related-products-scroll {\n    display: flex;\n    gap: 20px;\n    overflow-x: auto;\n    padding: 10px 0;\n    scroll-snap-type: x mandatory;\n  }\n\n  .related-item {\n    min-width: 150px;\n    text-align: center;\n    scroll-snap-align: start;\n    flex-shrink: 0;\n  }\n\n  .related-item img {\n    width: 150px;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .related-item p {\n    margin-top: 8px;\n    font-size: 12px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n\n \u003cbutton class=\"accordion-toggle\"\u003eSize specifications (approximate)\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e Total length 40cm, wrist circumference 6cm\u003cbr\u003e\n Upper arm circumference 9.5cm\u003cbr\u003e\u003cbr\u003e\n *The actual color may differ from the image due to lighting, shadows, etc.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n \u003cbutton class=\"accordion-toggle\"\u003ematerial\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e 92% nylon, 8% polyurethane\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n \u003cbutton class=\"accordion-toggle\"\u003eGuidelines for UV protection\u003c\/button\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\n\u003cp\u003e・On days when UV rays are weak: UPF 15 or higher (UV protection rate of 80% or higher)\u003cbr\u003e\n・On days with moderately strong sunlight: UPF25 or higher (UV protection rate of 90% or higher)\u003cbr\u003e \n・On strong days: UPF 30 or higher (UV protection rate of 95% or higher)\u003cbr\u003e\u003cbr\u003e\n *The UV blocking rate (%) is a number that indicates how much UV rays are blocked. (Example: Blocking rate 90% = Blocks 90% of UV rays)\u003cbr\u003e\n *UPF value is an estimate of the time that sunburn can be prevented. (For example, UPF30 is expected to protect the skin for about 30 times (about 10 hours) compared to wearing nothing.) \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const toggles = document.querySelectorAll(\".accordion-toggle\");\n    toggles.forEach(function (toggle) {\n      toggle.addEventListener(\"click\", function () {\n        const content = toggle.nextElementSibling;\n        if (content \u0026\u0026 content.classList.contains(\"accordion-content\")) {\n          const isVisible = content.style.display === \"block\";\n          content.style.display = isVisible ? \"none\" : \"block\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e\n\n","brand":"ZOY","offers":[{"title":"Default Title","offer_id":55023658893603,"sku":"071728830_0001_0025","price":8800.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0860\/5397\/8403\/files\/071728830_0001_01_CAD.jpg?v=1778641359"}],"url":"https:\/\/zoy.lol\/en\/collections\/cool-shirt.oembed","provider":"ZOY OFFICIAL","version":"1.0","type":"link"}