{"product_id":"kzsw3135","title":"Kozyard Herbert Deluxe 3-Seat Patio Porch Swing with Stand, Adjustable Canopy, Outdoor Freestanding Swing Chair for Backyard, Poolside, Balcony, Weather-Resistant","description":"\u003cdiv style=\"text-align: start;\"\u003e\n\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_3aae4685-c6d9-40d0-972b-9bf5b0c9b1bb.jpg?v=1781567404\" alt=\"Kozyard 3-seat cushioned patio swing chair with adjustable red canopy located on a luxury backyard concrete terrace next to a swimming pool. A happy couple is sitting on the comfortable red cushions talking. Strong SEO keywords: Kozyard heavy-duty outdoor swing, three-seater yard swing glidder with sunshade canopy, poolside lounge patio furniture, porch swing with storage tray, weather-resistant garden swing seat for backyard deck, high-resilience foam cushioned swing bench.\"\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_d754b9bb-2059-4dad-bc7d-8d8f469043a8.jpg?v=1781567405\" alt=\"Kozyard 3-seater outdoor patio swing bench with navy blue canopy and thick navy cushions in a lush green backyard garden. A mother and her three young children are happily sitting and swinging together. Strong SEO keywords: Kozyard family backyard swing chair, kids friendly outdoor canopy swing, navy blue porch swing with side table, durable garden swing for lawn, metal frame yard canopy glider, all-weather cushioned patio furniture swing.\"\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_87685626-70ea-4f6d-8158-52ddda2165a2.jpg?v=1781567405\" alt=\"Kozyard 3-person cushioned porch swing chair with beige canopy and cushions placed on an outdoor wooden deck next to a barbecue gas grill and beautiful blooming flower garden. An elderly couple is cheering on the swing. Strong SEO keywords: Kozyard outdoor glider swing for seniors, backyard deck patio swing with beige shade, heavy duty lawn swing bench, garden leisure swing with cup holder tray, rust-resistant metal frame patio swing.\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 箭头 --\u003e\n  \u003cdiv class=\"kz-arrow prev\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"kz-arrow next\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 6l6 6-6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 圆点 --\u003e\n  \u003cdiv class=\"kz-dots\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  const slider = document.currentScript.previousElementSibling;\n  const track = slider.querySelector('.kz-track');\n  const slides = slider.querySelectorAll('.kz-slide');\n  const dotsWrap = slider.querySelector('.kz-dots');\n  const prev = slider.querySelector('.kz-arrow.prev');\n  const next = slider.querySelector('.kz-arrow.next');\n  let index = 0;\n\n  slides.forEach((_, i) =\u003e {\n    const dot = document.createElement('div');\n    dot.className = 'kz-dot' + (i === 0 ? ' active' : '');\n    dot.onclick = () =\u003e 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) =\u003e {\n      d.classList.toggle('active', j === index);\n    });\n  }\n\n  prev.onclick = () =\u003e go((index - 1 + slides.length) % slides.length);\n  next.onclick = () =\u003e go((index + 1) % slides.length);\n})();\n\u003c\/script\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/0840\/2471\/files\/2_d82e09db-0c68-4dff-87d0-679a24f0c39d.jpg?v=1781567403\" alt=\"Kozyard patio swing chair key features infographic diagram on a white background. Showcasing heavy-duty metal frame tubing, waterproof rust-resistant coating, high-resilience foam cushioned seat with multi-color options, spacious seating for 3 adults, adjustable sun rain proof canopy angle, galvanized steel heavy-duty springs, and a foldable side storage tray for coffee mugs. Strong SEO keywords: Kozyard swing parts, canopy swing specifications.\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/0840\/2471\/files\/L10S_35044258-3a68-4c6c-98c2-aa2bb9361785.jpg?v=1780271617\" alt=\"Kozyard brand corporate fulfillment center building showcasing premium US shipping and customer service capabilities. Features local delivery stamp, US map overlay marking dual stock hubs in California and New Jersey, and highlighted text about built for seamless US experience. Strong SEO keywords: Kozyard patio furniture US warehouse, fast local delivery outdoor swing, CA NJ shipping hubs garden glider, contiguous US coast-to-coast availability, professional domestic customer support team.\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\"\u003e\n\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\/3.1_30171bbf-3b71-401c-b3a6-968f40b8f1cf.jpg?v=1781567405\" alt=\"Kozyard 3-seat outdoor patio swing canopy bench with beige cushions highlighting premium durable materials. Pointer labels show polyester canopy, powder-coated modified steel frame, high-resilience polyester cushions, galvanized steel springs, PP side tray, and metal mesh guard. Strong SEO keywords: Kozyard weather-resistant swing materials, sunproof rust-proof garden swing, UV wear resistant backyard glider, heavy duty steel swing structure.\"\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\/3.2_f8072f2a-5138-4c88-9224-1ebbca5c1d20.jpg?v=1781567405\" alt=\"Kozyard navy blue 3-person patio swing chair under bright summer sun in a blooming backyard garden, demonstrating sun-resistant and UV-resistant features. Infographic icons highlight all-weather durability, breathable fabric, heat-resistant cushions, and colorfast canopy. Strong SEO keywords: Kozyard sun resistant patio swing, UV protected outdoor canopy glider, heat proof porch swing chair, summer garden furniture, non-fading yard swing.\"\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\/3.3_aa118efd-6713-4d77-9712-9307a1605967.jpg?v=1781567404\" alt=\"Kozyard red 3-seat cushioned outdoor swing chair covered in snow during winter in a snow-covered backyard house terrace, demonstrating frost-resistant capability. Icons highlight rust-proof metal frame, cold-resistant fabric, anti-aging materials, and quick-dry cushions. Strong SEO keywords: Kozyard all-season patio swing, frost resistant snow proof porch glider, winter outdoor furniture, weather-protected yard swing chair.\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 箭头 --\u003e\n  \u003cdiv class=\"kz-arrow prev\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"kz-arrow next\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 6l6 6-6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 圆点 --\u003e\n  \u003cdiv class=\"kz-dots\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  const slider = document.currentScript.previousElementSibling;\n  const track = slider.querySelector('.kz-track');\n  const slides = slider.querySelectorAll('.kz-slide');\n  const dotsWrap = slider.querySelector('.kz-dots');\n  const prev = slider.querySelector('.kz-arrow.prev');\n  const next = slider.querySelector('.kz-arrow.next');\n  let index = 0;\n\n  slides.forEach((_, i) =\u003e {\n    const dot = document.createElement('div');\n    dot.className = 'kz-dot' + (i === 0 ? ' active' : '');\n    dot.onclick = () =\u003e 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) =\u003e {\n      d.classList.toggle('active', j === index);\n    });\n  }\n\n  prev.onclick = () =\u003e go((index - 1 + slides.length) % slides.length);\n  next.onclick = () =\u003e go((index + 1) % slides.length);\n})();\n\u003c\/script\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\"\u003e\n\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\/4.1_26a8842c-229e-4de0-be81-6f9580983cd0.jpg?v=1781567403\" alt=\"Kozyard navy blue 3-seater patio swing frame structure close-up diagram. Highlighting a modified steel frame with thickened tubing for high compression resistance, and a 3-layer coating process including powder-coated top layer, protective primer, and modified steel core. Strong SEO keywords: Kozyard heavy duty steel swing frame, thickened tubing patio swing, rust protection corrosion resistant outdoor glider, sturdy backyard swing.\"\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\/4.2_6cd4b7c4-ee92-4bde-8a81-f2afcfa3d370.jpg?v=1781567403\" alt=\"Kozyard red 3-seat outdoor swing soft cushion details infographic. Highlighting 3.15-inch thick sponge cushion with high-resilience foam and high-density polyester fabric, dust and sun resistant, quick-drying, and removable cushion design. Side color swatches show beige, red, and navy blue options. Strong SEO keywords: Kozyard thick swing cushions, comfortable porch swing replacement pad, washable outdoor glider seat.\"\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\/4.3_27998135-c84a-49f6-98c0-af29e9d013e9.jpg?v=1781567403\" alt=\"Kozyard beige patio swing canopy fabric details infographic. Highlighting polyester fabric canopy with firm texture, sun rain and UV resistant, angle adjustable, and replaceable cover. Close-up circles show lotus waterproof effect with water beads and a folded replaceable canopy top. Strong SEO keywords: Kozyard waterproof swing canopy, adjustable shade porch glider cover, UV protection yard swing roof.\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 箭头 --\u003e\n  \u003cdiv class=\"kz-arrow prev\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"kz-arrow next\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 6l6 6-6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 圆点 --\u003e\n  \u003cdiv class=\"kz-dots\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  const slider = document.currentScript.previousElementSibling;\n  const track = slider.querySelector('.kz-track');\n  const slides = slider.querySelectorAll('.kz-slide');\n  const dotsWrap = slider.querySelector('.kz-dots');\n  const prev = slider.querySelector('.kz-arrow.prev');\n  const next = slider.querySelector('.kz-arrow.next');\n  let index = 0;\n\n  slides.forEach((_, i) =\u003e {\n    const dot = document.createElement('div');\n    dot.className = 'kz-dot' + (i === 0 ? ' active' : '');\n    dot.onclick = () =\u003e 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) =\u003e {\n      d.classList.toggle('active', j === index);\n    });\n  }\n\n  prev.onclick = () =\u003e go((index - 1 + slides.length) % slides.length);\n  next.onclick = () =\u003e go((index + 1) % slides.length);\n})();\n\u003c\/script\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\"\u003e\n\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\/5.1_b547d2fc-efa6-450c-9797-8040db341b0c.jpg?v=1781567404\" alt=\"Kozyard beige 3-seat patio swing chair with canopy demonstrating smooth swing function in a lush green backyard. A woman relaxes on the comfortable beige cushions. Zoom-in circle diagrams showcase the sturdy linkage swing connecting rods designed to reduce centrifugal force, and the heavy-duty galvanized steel hanging springs. Strong SEO keywords: Kozyard patio swing mechanism, stable garden swing chair glider, smooth rocking porch swing, heavy-duty outdoor yard swing structure.\"\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\/5.2_436874d3-39e2-43d5-814b-15e644f6970b.jpg?v=1781567404\" alt=\"Kozyard spacious 3-seater backyard canopy swing bench with beige cushions placed on a luxury patio terrace. A family including parents and two children sit comfortably together, highlighting the extra-wide seat and high load-bearing capacity of up to 660 lbs. Strong SEO keywords: Kozyard heavy duty patio swing 660lbs capacity, large 3 person porch glider, family size lawn swing with shade canopy, strong steel frame yard bench swing, weather-resistant outdoor 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\/5.3_ee63238b-8f2a-4ab7-b99b-e93b826a1054.jpg?v=1781567404\" alt=\"Kozyard terracotta red 3-seat outdoor swing glider with adjustable canopy angle feature. A man stands adjusting the canopy via side knobs while a woman relaxes on the red cushions. Circle diagrams illustrate the multi-angle sunshade coverage adjustment and a close-up of the easy-to-use adjustable knob. Strong SEO keywords: Kozyard adjustable canopy porch swing, terracotta yard swing sunshade, tilting canopy outdoor swing chair, UV protection garden glider bench.\"\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\/5.4_2eaadb4b-b424-4be4-a2b1-8b386a0db1f3.jpg?v=1781567405\" alt=\"Kozyard navy blue 3-person porch swing bench with foldable side trays. An elderly man relaxes on the navy cushions reading a newspaper. Inset diagrams show a close-up of the cup holder tray with a coffee mug and the folding action mechanism. Text highlights dual-side mesh safety panels. Strong SEO keywords: Kozyard patio swing with cup holder tray, foldable side table porch glider, navy blue lawn swing bench with storage, comfortable garden relax chair.\"\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\/5.5_2281e0d4-41f1-4c7a-b452-8dd8b229e055.jpg?v=1781567405\" alt=\"Kozyard beige 3-seat outdoor canopy swing chair demonstrating anti-tip design on a sunny concrete patio. A mother and two kids enjoy the swing. Inset diagrams highlight the sturdy A-frame type legs structure and high-grip non-slip foot pads for extra stability and safety on grass or stone surfaces. Strong SEO keywords: Kozyard stable A-frame patio swing, anti-slip porch glider chair, child-safe backyard swing bench, heavy duty tip-proof garden swing.\"\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\/5.6.jpg?v=1781567404\" alt=\"Kozyard beige 3-seat patio swing chair covered entirely by a custom-fit beige protective outdoor cover on a stone yard patio. Circle diagrams showcase the cover folded neatly for easy storage and its dustproof and rainproof waterproof lotus effect fabric surface. Strong SEO keywords: Kozyard patio swing protective cover, waterproof outdoor swing canopy guard, dustproof garden glider furniture winter cover, weather-resistant yard swing accessories.\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 箭头 --\u003e\n  \u003cdiv class=\"kz-arrow prev\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"kz-arrow next\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 6l6 6-6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 圆点 --\u003e\n  \u003cdiv class=\"kz-dots\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  const slider = document.currentScript.previousElementSibling;\n  const track = slider.querySelector('.kz-track');\n  const slides = slider.querySelectorAll('.kz-slide');\n  const dotsWrap = slider.querySelector('.kz-dots');\n  const prev = slider.querySelector('.kz-arrow.prev');\n  const next = slider.querySelector('.kz-arrow.next');\n  let index = 0;\n\n  slides.forEach((_, i) =\u003e {\n    const dot = document.createElement('div');\n    dot.className = 'kz-dot' + (i === 0 ? ' active' : '');\n    dot.onclick = () =\u003e 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) =\u003e {\n      d.classList.toggle('active', j === index);\n    });\n  }\n\n  prev.onclick = () =\u003e go((index - 1 + slides.length) % slides.length);\n  next.onclick = () =\u003e go((index + 1) % slides.length);\n})();\n\u003c\/script\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\"\u003e\n\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\/6.1_0d358cbf-5e4c-46ae-b537-7592b1fdcad0.jpg?v=1781567404\" alt=\"Kozyard 3-seater patio swing chairs displayed in multiple outdoor usage scenarios next to a luxurious backyard swimming pool. Showcasing three distinct color options side by side: terracotta red, navy blue, and classic beige. Perfect for relaxing and chatting with family or friends. Strong SEO keywords: Kozyard porch swing color variations, poolside lounge glider bench, all-weather yard canopy swing collection, stylish outdoor garden furniture sets.\"\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\/6.2_62aa5bef-3855-4c4c-b5fa-8b96f1668922.jpg?v=1781567404\" alt=\"Kozyard 3-seat cushioned outdoor swing chair versatility infographic showing four different lifestyle scenarios: family with kids on a beige swing, couple chatting by a pool on a red swing, seniors relaxing on a deck with a navy blue swing, and father with daughter on a patio veranda. Strong SEO keywords: Kozyard multi-functional porch swing glider, multi-generational garden swing chair, all-weather residential yard furniture canopy bench.\"\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\/6.3_81b0d4da-e3b1-4d30-bb75-e9f265df7b2f.jpg?v=1781567403\" alt=\"Kozyard 3-person patio swing chair product style and color options chart on a clean white background. Displaying three standalone models with labels: Terracotta red canopy swing, Beige cushioned porch glider, and Navy Blue heavy-duty yard swing chair. Strong SEO keywords: Kozyard outdoor swing fabric colors, decorative garden canopy bench, customizable backyard glider swing, rust-resistant steel frame swing models.\"\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\/6.4_8b946d99-e1e9-4b10-adea-bf19d61c9d77.jpg?v=1781567403\" alt=\"Kozyard terracotta red 3-seat patio swing chair dimension guide drawing with a female model standing next to it. Measuring arrows indicate a total height of 68 1\/8 inches, total length of 77 5\/8 inches, depth of 45 1\/4 inches, seat width of 59 inches, and seat depth of 18 1\/8 inches. Strong SEO keywords: Kozyard 3-seater swing dimensions, porch glider sizing blueprint, backyard canopy swing specifications, outdoor furniture space planning guide.\"\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\/6.5_2853d92e-7a63-468f-a2fe-e726fcd2b1d3.jpg?v=1781567404\" alt=\"Kozyard 3-seat patio swing chair user reviews photo collage titled Customer Showcase. Featuring real customer photos in terracotta, beige, and navy blue options across diverse outdoor spaces like backyards, wooden decks, brick porches, and covered verandas. Strong SEO keywords: Kozyard porch swing customer photos, real life backyard canopy swing reviews, user shared garden glider setup, verified buyer patio furniture ideas, heavy-duty outdoor swing placement, all-weather yard lounge bench swing.\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 箭头 --\u003e\n  \u003cdiv class=\"kz-arrow prev\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"kz-arrow next\"\u003e\n    \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 6l6 6-6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 圆点 --\u003e\n  \u003cdiv class=\"kz-dots\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  const slider = document.currentScript.previousElementSibling;\n  const track = slider.querySelector('.kz-track');\n  const slides = slider.querySelectorAll('.kz-slide');\n  const dotsWrap = slider.querySelector('.kz-dots');\n  const prev = slider.querySelector('.kz-arrow.prev');\n  const next = slider.querySelector('.kz-arrow.next');\n  let index = 0;\n\n  slides.forEach((_, i) =\u003e {\n    const dot = document.createElement('div');\n    dot.className = 'kz-dot' + (i === 0 ? ' active' : '');\n    dot.onclick = () =\u003e 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) =\u003e {\n      d.classList.toggle('active', j === index);\n    });\n  }\n\n  prev.onclick = () =\u003e go((index - 1 + slides.length) % slides.length);\n  next.onclick = () =\u003e go((index + 1) % slides.length);\n})();\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Kozyard","offers":[{"title":"Beige","offer_id":64634856571257,"sku":"KZSW3135B","price":359.0,"currency_code":"GBP","in_stock":true},{"title":"Burgundy","offer_id":64634856604025,"sku":"KZSW3135R","price":359.0,"currency_code":"GBP","in_stock":true},{"title":"NavyBlue","offer_id":64634856636793,"sku":"KZSW3135NY","price":359.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1020\/1094\/5913\/files\/KZSW3135B-1.jpg?v=1789762337","url":"https:\/\/mechmaxxxdelivery.store\/products\/kzsw3135","provider":"mechmaxxxdelivery","version":"1.0","type":"link"}