{"product_id":"111","title":"111","description":"\u003cstyle\u003e\n.kz-slider {\n  position: relative;\n  width: 100%;\n  margin: 0;\n  overflow: visible;\n}\n\n.kz-viewport {\n  overflow: hidden;\n}\n\n.kz-track {\n  display: flex;\n  transition: transform 0.4s ease;\n}\n\n.kz-slide {\n  min-width: 100%;\n}\n\n.kz-slide img {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n\/* 箭头 *\/\n.kz-arrow {\n  position: absolute;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 48px;\n  height: 48px;\n  background: transparent;\n  border: none;\n  cursor: pointer;\n  z-index: 10;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.kz-arrow.prev { left: -24px; }\n.kz-arrow.next { right: -24px; }\n\n.kz-arrow svg {\n  width: 32px;\n  height: 32px;\n}\n\n.kz-arrow path {\n  stroke: #000;\n  stroke-width: 3;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.kz-arrow:hover path {\n  stroke: #555;\n}\n\n\/* 圆点 *\/\n.kz-dots {\n  display: flex;\n  justify-content: center;\n  gap: 10px;\n  margin-top: 12px;\n}\n\n.kz-dot {\n  width: 10px;\n  height: 10px;\n  border-radius: 50%;\n  background: #ccc;\n  cursor: pointer;\n}\n\n.kz-dot.active {\n  background: #f4b400;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"kz-slider\"\u003e\n  \u003cdiv class=\"kz-viewport\"\u003e\n    \u003cdiv class=\"kz-track\"\u003e\n      \u003cdiv class=\"kz-slide\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/0840\/2471\/files\/1.1_ad53b9c8-f01f-41e5-bc0d-23e6b133e4b5.jpg?v=1783678153\" alt=\"Kozyard Outdoor Patio Bar Table, Black Metal High-Top Table with Slatted Top for Backyard, Garden, and Poolside, All-Weather Rust-Proof Counter Height Dining Bistro Table, Small Gathering Garden Furniture\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kz-slide\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/0840\/2471\/files\/1.2_3dbc0abf-7e60-4c19-98e3-71aab59dcebe.jpg?v=1783678153\" alt=\"Kozyard Metal Patio Bar Table, All-Weather Outdoor High Dining Table with Counter Height Stools for Couples Entertainment, Modern Black Outdoor Bistro Table for Backyard Balcony Deck Garde\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kz-slide\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/0840\/2471\/files\/1.3_78b7a16e-a72b-4682-a4fb-80f1cf0469dc.jpg?v=1783678153\" alt='Kozyard Outdoor Bar Table Set, High-Top Patio Dining Table with Metal Slat Tabletop for Deck and Porch, Modern Black Outside Bistro Table for 4 Person Small Gathering, Heavy-Duty Garden Furniture\"\u0026gt;\n      \u0026lt;\/div\u0026gt;\n      \u0026lt;div class=\"kz-slide\"\u0026gt;\n        \u0026lt;img src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/0840\/2471\/files\/1.4_ad942aae-ddbd-4056-bb09-8ec368d88ac6.jpg?v=1783678153\" alt=\"Kozyard Poolside Outdoor Bar Table, All-Weather Metal High-Top Table with Counter Height Chairs for Swimming Pool Area, Rust-Proof Outdoor Bistro Table, Summer Party Patio Dining Furniture\"\u0026gt;\n      \u0026lt;\/div\u0026gt;\n    \u0026lt;\/div\u0026gt;\n  \u0026lt;\/div\u0026gt;\n\n  \u0026lt;!-- 箭头 --\u0026gt;\n  \u0026lt;div class=\"kz-arrow prev\"\u0026gt;\n    \u0026lt;svg viewBox=\"0 0 24 24\"\u0026gt;\u0026lt;path d=\"M15 18l-6-6 6-6\"\/\u0026gt;\u0026lt;\/svg\u0026gt;\n  \u0026lt;\/div\u0026gt;\n  \u0026lt;div class=\"kz-arrow next\"\u0026gt;\n    \u0026lt;svg viewBox=\"0 0 24 24\"\u0026gt;\u0026lt;path d=\"M9 6l6 6-6 6\"\/\u0026gt;\u0026lt;\/svg\u0026gt;\n  \u0026lt;\/div\u0026gt;\n\n  \u0026lt;!-- 圆点 --\u0026gt;\n  \u0026lt;div class=\"kz-dots\"\u0026gt;\u0026lt;\/div\u0026gt;\n\u0026lt;\/div\u0026gt;\n\n\u0026lt;script\u0026gt;\n(function(){\n  const slider = document.currentScript.previousElementSibling;\n  const track = slider.querySelector(' .kz-track const slides=\"slider.querySelectorAll('.kz-slide');\" dotswrap=\"slider.querySelector('.kz-dots');\" prev=\"slider.querySelector('.kz-arrow.prev');\" next=\"slider.querySelector('.kz-arrow.next');\" let index=\"0;\" slides.foreach i\u003e {\n    const dot = document.createElement('div');\n    dot.className = 'kz-dot' + (i === 0 ? ' active' : '');\n    dot.onclick = () =\u0026gt; go(i);\n    dotsWrap.appendChild(dot);\n  });\n\n  function go(i){\n    index = i;\n    track.style.transform = `translateX(-${index * 100}%)`;\n    dotsWrap.querySelectorAll('.kz-dot').forEach((d, j) =\u0026gt; {\n      d.classList.toggle('active', j === index);\n    });\n  }\n\n  prev.onclick = () =\u0026gt; go((index - 1 + slides.length) % slides.length);\n  next.onclick = () =\u0026gt; go((index + 1) % slides.length);\n})();\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Kozyard LLC.","offers":[{"title":"Default Title","offer_id":51620024615207,"sku":null,"price":0.0,"currency_code":"USD","in_stock":false}],"url":"https:\/\/www.kozyard.com\/products\/111","provider":"Kozyard LLC.","version":"1.0","type":"link"}