{"product_id":"1","title":"1","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003e3-Piece Golf Wedge Set – 54°, 60° \u0026amp; 69° Short Game Wedges | SOLVIRA\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    :root {\n      --gold: #d6b36a;\n      --gold-dark: #b8944f;\n      --dark: #101820;\n      --dark-2: #1f2933;\n      --text: #1f2933;\n      --text-light: #555;\n      --bg-warm: #f8f6f1;\n      --border: #e6dcc8;\n      --success: #22c55e;\n      --red: #dc2626;\n    }\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n    body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text); background: #fff; line-height: 1.6; }\n    img { max-width: 100%; display: block; }\n    .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n\n    .top-bar { background: var(--dark); color: #fff; text-align: center; padding: 10px; font-size: 13px; letter-spacing: 0.5px; }\n    .top-bar span { color: var(--gold); font-weight: 700; }\n\n    .header { padding: 16px 0; border-bottom: 1px solid #eee; }\n    .header-inner { display: flex; align-items: center; justify-content: space-between; }\n    .logo { font-size: 22px; font-weight: 800; color: var(--dark); letter-spacing: -0.5px; }\n    .logo span { color: var(--gold); }\n    .header-badge { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text-light); }\n    .header-badge svg { width: 16px; height: 16px; color: var(--success); flex-shrink: 0; }\n\n    .hero { padding: 40px 0; }\n    .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }\n    @media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 30px; } }\n\n    .gallery { position: sticky; top: 20px; }\n    .main-image { background: #fafafa; border-radius: 16px; overflow: hidden; border: 1px solid #eee; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; cursor: zoom-in; }\n    .main-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }\n    .main-image:hover img { transform: scale(1.03); }\n    .thumbs { display: flex; gap: 10px; margin-top: 14px; overflow-x: auto; padding-bottom: 4px; }\n    .thumb { width: 72px; height: 72px; border-radius: 10px; overflow: hidden; border: 2px solid transparent; cursor: pointer; flex-shrink: 0; opacity: 0.7; transition: all 0.2s; }\n    .thumb.active { border-color: var(--gold); opacity: 1; }\n    .thumb:hover { opacity: 1; }\n    .thumb img { width: 100%; height: 100%; object-fit: cover; }\n\n    .product-info { padding-top: 8px; }\n    .vendor { font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold-dark); font-weight: 600; margin-bottom: 8px; }\n    .product-title { font-size: 32px; font-weight: 800; line-height: 1.2; color: var(--dark); margin-bottom: 16px; letter-spacing: -0.5px; }\n    @media (max-width: 600px) { .product-title { font-size: 24px; } }\n\n    .rating-row { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }\n    .stars { display: flex; gap: 2px; }\n    .stars svg { width: 18px; height: 18px; fill: #f59e0b; }\n    .rating-text { font-size: 14px; color: var(--text-light); }\n    .rating-text strong { color: var(--text); }\n\n    .price-row { display: flex; align-items: baseline; gap: 14px; margin-bottom: 20px; flex-wrap: wrap; }\n    .price-current { font-size: 38px; font-weight: 900; color: var(--dark); }\n    .price-compare { font-size: 20px; color: #9ca3af; text-decoration: line-through; }\n    .discount-badge { background: var(--red); color: #fff; font-size: 13px; font-weight: 700; padding: 4px 10px; border-radius: 20px; }\n    .savings { font-size: 14px; color: var(--success); font-weight: 600; margin-top: 4px; }\n\n    .urgency-bar { background: linear-gradient(135deg, #fef3c7, #fde68a); border: 1px solid #f59e0b; border-radius: 12px; padding: 14px 18px; margin-bottom: 22px; display: flex; align-items: center; gap: 12px; }\n    .urgency-bar svg { width: 24px; height: 24px; color: #d97706; flex-shrink: 0; }\n    .urgency-text { font-size: 14px; color: #92400e; font-weight: 500; }\n    .urgency-text strong { color: #78350f; }\n    .countdown { display: flex; gap: 8px; margin-top: 6px; }\n    .countdown-item { background: #fff; border-radius: 6px; padding: 4px 10px; font-size: 13px; font-weight: 700; color: var(--dark); min-width: 44px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }\n    .countdown-label { font-size: 10px; color: var(--text-light); font-weight: 500; text-align: center; margin-top: 2px; }\n\n    .variant-section { margin-bottom: 22px; }\n    .variant-label { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }\n    .variant-options { display: flex; gap: 10px; }\n    .variant-btn { padding: 12px 28px; border: 2px solid #ddd; border-radius: 10px; background: #fff; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.2s; color: var(--text); }\n    .variant-btn:hover { border-color: var(--gold); }\n    .variant-btn.active { border-color: var(--gold); background: var(--bg-warm); color: var(--dark); box-shadow: 0 0 0 3px rgba(214,179,106,0.2); }\n\n    .qty-row { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }\n    .qty-label { font-size: 14px; font-weight: 600; }\n    .qty-control { display: flex; align-items: center; border: 2px solid #ddd; border-radius: 10px; overflow: hidden; }\n    .qty-control button { width: 40px; height: 44px; border: none; background: #fff; font-size: 18px; cursor: pointer; color: var(--text); transition: background 0.2s; }\n    .qty-control button:hover { background: #f5f5f5; }\n    .qty-control input { width: 50px; height: 44px; border: none; text-align: center; font-size: 16px; font-weight: 700; color: var(--dark); }\n\n    .cta-group { display: flex; flex-direction: column; gap: 12px; margin-bottom: 22px; }\n    .btn-atc { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #fff; border: none; padding: 18px 32px; border-radius: 14px; font-size: 18px; font-weight: 800; cursor: pointer; transition: all 0.3s; letter-spacing: 0.3px; box-shadow: 0 4px 16px rgba(214,179,106,0.35); display: flex; align-items: center; justify-content: center; gap: 10px; }\n    .btn-atc:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(214,179,106,0.45); }\n    .btn-atc:active { transform: translateY(0); }\n    .btn-paypal { background: #ffc439; color: #003087; border: none; padding: 14px 32px; border-radius: 14px; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.2s; display: flex; align-items: center; justify-content: center; gap: 8px; }\n    .btn-paypal:hover { background: #e6b030; }\n\n    .trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 18px; background: #fafafa; border-radius: 12px; margin-bottom: 22px; }\n    @media (max-width: 600px) { .trust-bar { grid-template-columns: repeat(2, 1fr); } }\n    .trust-item { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--text-light); }\n    .trust-item svg { width: 20px; height: 20px; color: var(--success); flex-shrink: 0; }\n    .trust-item strong { color: var(--text); display: block; font-size: 13px; }\n\n    .shipping-note { font-size: 13px; color: var(--text-light); padding: 12px 16px; background: #f0fdf4; border-radius: 10px; border-left: 3px solid var(--success); margin-bottom: 22px; }\n    .shipping-note strong { color: #166534; }\n\n    .section { padding: 50px 0; }\n    .section-alt { background: var(--bg-warm); }\n    .section-title { font-size: 28px; font-weight: 800; text-align: center; margin-bottom: 10px; color: var(--dark); }\n    .section-subtitle { text-align: center; color: var(--text-light); font-size: 16px; margin-bottom: 36px; }\n\n    .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }\n    @media (max-width: 900px) { .feature-grid { grid-template-columns: 1fr; } }\n    .feature-card { background: #fff; border-radius: 18px; padding: 32px 24px; text-align: center; border: 1px solid var(--border); transition: all 0.3s; }\n    .feature-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }\n    .feature-icon { width: 64px; height: 64px; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; color: #fff; font-size: 26px; font-weight: 800; }\n    .feature-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; color: var(--dark); }\n    .feature-card p { font-size: 15px; color: var(--text-light); line-height: 1.6; }\n\n    .benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }\n    @media (max-width: 600px) { .benefits-grid { grid-template-columns: 1fr; } }\n    .benefit-item { background: #fff; border-radius: 14px; padding: 22px; border: 1px solid #eee; display: flex; gap: 14px; align-items: flex-start; }\n    .benefit-check { width: 28px; height: 28px; background: var(--success); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; flex-shrink: 0; margin-top: 2px; }\n    .benefit-item h4 { font-size: 16px; font-weight: 700; margin-bottom: 4px; color: var(--dark); }\n    .benefit-item p { font-size: 14px; color: var(--text-light); line-height: 1.5; }\n\n    .tags-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }\n    @media (max-width: 700px) { .tags-grid { grid-template-columns: repeat(2, 1fr); } }\n    .tag-item { background: #fff; padding: 16px; border-radius: 12px; text-align: center; font-weight: 600; font-size: 15px; color: var(--dark); border: 1px solid #eee; transition: all 0.2s; }\n    .tag-item:hover { border-color: var(--gold); background: var(--bg-warm); }\n\n    .specs-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid #eee; }\n    .specs-table tr:nth-child(odd) { background: #fafafa; }\n    .specs-table td { padding: 16px 24px; font-size: 15px; }\n    .specs-table td:first-child { font-weight: 700; color: var(--dark); width: 35%; }\n    .specs-table td:last-child { color: var(--text-light); }\n    @media (max-width: 600px) { .specs-table td { padding: 12px 16px; font-size: 14px; } }\n\n    .faq-item { background: #fff; border-radius: 14px; margin-bottom: 12px; border: 1px solid #eee; overflow: hidden; }\n    .faq-question { padding: 18px 24px; font-size: 16px; font-weight: 700; color: var(--dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background 0.2s; }\n    .faq-question:hover { background: #fafafa; }\n    .faq-question::after { content: '+'; font-size: 22px; color: var(--gold); font-weight: 400; }\n    .faq-question.active::after { content: '−'; }\n    .faq-answer { padding: 0 24px; max-height: 0; overflow: hidden; transition: all 0.3s ease; color: var(--text-light); font-size: 15px; line-height: 1.7; }\n    .faq-answer.open { padding: 0 24px 18px; max-height: 200px; }\n\n    .guarantee-box { background: linear-gradient(135deg, var(--dark), var(--dark-2)); color: #fff; border-radius: 20px; padding: 40px; text-align: center; }\n    .guarantee-box h3 { font-size: 26px; font-weight: 800; margin-bottom: 12px; }\n    .guarantee-box p { font-size: 16px; color: #d1d5db; max-width: 600px; margin: 0 auto 24px; line-height: 1.7; }\n    .guarantee-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.1); padding: 12px 24px; border-radius: 50px; font-size: 15px; font-weight: 600; }\n    .guarantee-badge svg { width: 24px; height: 24px; color: var(--gold); }\n\n    .sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: #fff; padding: 12px 16px; border-top: 1px solid #eee; box-shadow: 0 -4px 20px rgba(0,0,0,0.08); z-index: 100; }\n    @media (max-width: 900px) { .sticky-cta { display: block; } }\n    .sticky-cta-inner { display: flex; align-items: center; gap: 12px; }\n    .sticky-price { font-size: 20px; font-weight: 800; color: var(--dark); }\n    .sticky-price span { font-size: 13px; color: #9ca3af; text-decoration: line-through; font-weight: 400; margin-left: 4px; }\n    .sticky-btn { flex: 1; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #fff; border: none; padding: 14px 20px; border-radius: 12px; font-size: 16px; font-weight: 800; cursor: pointer; }\n\n    .review-card { background: #fff; border-radius: 16px; padding: 24px; border: 1px solid #eee; }\n    .review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }\n    .review-avatar { width: 44px; height: 44px; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 16px; }\n    .review-meta h4 { font-size: 15px; font-weight: 700; color: var(--dark); }\n    .review-meta .verified { font-size: 12px; color: var(--success); display: flex; align-items: center; gap: 4px; }\n    .review-stars { display: flex; gap: 2px; margin-bottom: 10px; }\n    .review-stars svg { width: 16px; height: 16px; fill: #f59e0b; }\n    .review-text { font-size: 15px; color: var(--text-light); line-height: 1.7; }\n\n    .footer-cta { background: linear-gradient(135deg, var(--bg-warm), #fff); padding: 60px 0; text-align: center; border-top: 1px solid var(--border); }\n    .footer-cta h2 { font-size: 32px; font-weight: 800; color: var(--dark); margin-bottom: 12px; }\n    .footer-cta p { font-size: 17px; color: var(--text-light); margin-bottom: 28px; max-width: 500px; margin-left: auto; margin-right: auto; }\n\n    @keyframes fadeInUp {\n      from { opacity: 0; transform: translateY(20px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n    .animate { animation: fadeInUp 0.6s ease forwards; }\n    html { scroll-behavior: smooth; }\n  \u003c\/style\u003e\n\u003cbase target=\"_blank\"\u003e\n\n\n\n  \u003cdiv class=\"top-bar\"\u003e\n    🎉 \u003cspan\u003eLIMITED TIME:\u003c\/span\u003e Save 77% + Free Shipping on Orders Over $50\n  \u003c\/div\u003e\n\n  \u003cheader class=\"header\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"header-inner\"\u003e\n        \u003cdiv class=\"logo\"\u003eSOLVIRA\u003cspan\u003e.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"header-badge\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          In Stock — Ships Within 24 Hours\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"hero-grid\"\u003e\n        \u003cdiv class=\"gallery\"\u003e\n          \u003cdiv class=\"main-image\" onclick=\"openLightbox()\"\u003e\n            \u003cimg id=\"mainImg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/01.webp?v=1784745963\" alt=\"3-Piece Golf Wedge Set – 54°, 60° \u0026amp; 69° Short Game Wedges\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"thumbs\"\u003e\n            \u003cdiv class=\"thumb active\" onclick=\"changeImage(0)\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/01.webp?v=1784745963\" alt=\"View 1\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"thumb \" onclick=\"changeImage(1)\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/02.webp?v=1784745963\" alt=\"View 2\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"thumb \" onclick=\"changeImage(2)\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/03.webp?v=1784745963\" alt=\"View 3\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"thumb \" onclick=\"changeImage(3)\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/04.webp?v=1784745963\" alt=\"View 4\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"thumb \" onclick=\"changeImage(4)\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/05.webp?v=1784745963\" alt=\"View 5\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"thumb \" onclick=\"changeImage(5)\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/06.webp?v=1784745963\" alt=\"View 6\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"thumb \" onclick=\"changeImage(6)\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/07.webp?v=1784745963\" alt=\"View 7\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"thumb \" onclick=\"changeImage(7)\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/08.webp?v=1784745963\" alt=\"View 8\"\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"product-info\"\u003e\n          \u003cdiv class=\"vendor\"\u003eSOLVIRA — Premium Golf Collection\u003c\/div\u003e\n          \u003ch1 class=\"product-title\"\u003e3-Piece Golf Wedge Set – 54°, 60° \u0026amp; 69° Short Game Wedges\u003c\/h1\u003e\n\n          \u003cdiv class=\"rating-row\"\u003e\n            \u003cdiv class=\"stars\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"rating-text\"\u003e\u003cstrong\u003e4.9\u003c\/strong\u003e (127 Verified Reviews)\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"price-row\"\u003e\n            \u003cspan class=\"price-current\"\u003e$45.99\u003c\/span\u003e\n            \u003cspan class=\"price-compare\"\u003e$199.99\u003c\/span\u003e\n            \u003cspan class=\"discount-badge\"\u003eSAVE 77%\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"savings\"\u003e💰 You Save $154.0\u003c\/div\u003e\n\n          \u003cdiv class=\"urgency-bar\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"urgency-text\"\u003e\n\u003cstrong\u003e⚡ Flash Sale Ends Soon\u003c\/strong\u003e — Only \u003cstrong\u003e17 units\u003c\/strong\u003e left at this price!\u003c\/div\u003e\n              \u003cdiv class=\"countdown\"\u003e\n                \u003cdiv\u003e\n\u003cdiv class=\"countdown-item\" id=\"cd-h\"\u003e04\u003c\/div\u003e\n\u003cdiv class=\"countdown-label\"\u003eHRS\u003c\/div\u003e\n\u003c\/div\u003e\n                \u003cdiv\u003e\n\u003cdiv class=\"countdown-item\" id=\"cd-m\"\u003e32\u003c\/div\u003e\n\u003cdiv class=\"countdown-label\"\u003eMIN\u003c\/div\u003e\n\u003c\/div\u003e\n                \u003cdiv\u003e\n\u003cdiv class=\"countdown-item\" id=\"cd-s\"\u003e18\u003c\/div\u003e\n\u003cdiv class=\"countdown-label\"\u003eSEC\u003c\/div\u003e\n\u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"variant-section\"\u003e\n            \u003cdiv class=\"variant-label\"\u003eHand Orientation \u003cspan style=\"color:#dc2626;\"\u003e*\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"variant-options\"\u003e\n              \u003cbutton class=\"variant-btn active\" onclick=\"selectVariant(this, 'Right')\"\u003eRight-Handed\u003c\/button\u003e\n              \u003cbutton class=\"variant-btn\" onclick=\"selectVariant(this, 'Left')\"\u003eLeft-Handed\u003c\/button\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"qty-row\"\u003e\n            \u003cspan class=\"qty-label\"\u003eQuantity:\u003c\/span\u003e\n            \u003cdiv class=\"qty-control\"\u003e\n              \u003cbutton onclick=\"changeQty(-1)\"\u003e−\u003c\/button\u003e\n              \u003cinput type=\"text\" id=\"qty\" value=\"1\" readonly\u003e\n              \u003cbutton onclick=\"changeQty(1)\"\u003e+\u003c\/button\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cta-group\"\u003e\n            \u003cbutton class=\"btn-atc\" onclick=\"addToCart()\"\u003e\n              \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\"\u003e\u003c\/path\u003e\u003cline x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"\u003e\u003c\/line\u003e\u003cpath d=\"M16 10a4 4 0 0 1-8 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              ADD TO CART — $45.99\n            \u003c\/button\u003e\n            \u003cbutton class=\"btn-paypal\"\u003e\n              \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"#003087\"\u003e\u003cpath d=\"M7.076 21.337H2.47a.641.641 0 0 1-.633-.74L4.944.901C5.026.382 5.474 0 5.998 0h7.46c2.57 0 4.578.543 5.69 1.81 1.01 1.15 1.304 2.42 1.012 4.287-.023.143-.047.288-.077.437-.983 5.05-4.349 6.797-8.647 6.797h-2.19c-.524 0-.968.382-1.05.9l-1.12 7.106zm14.146-14.42a3.35 3.35 0 0 0-.607-.541c1.653 4.194-1.058 8.47-5.736 8.47h-2.19c-.524 0-.968.382-1.05.9l-1.12 7.106h3.478c.435 0 .804-.319.869-.754l.03-.19.69-4.379.045-.28a.872.872 0 0 1 .869-.754h.548c3.545 0 6.324-1.44 7.138-5.578.336-1.72.174-3.16-.554-4.24a3.35 3.35 0 0 0-.4-.76z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              PayPal — Buy Now\n            \u003c\/button\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"trust-bar\"\u003e\n            \u003cdiv class=\"trust-item\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n              \u003cdiv\u003e\n\u003cstrong\u003e30-Day Returns\u003c\/strong\u003e\u003cbr\u003eMoney Back\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"trust-item\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n              \u003cdiv\u003e\n\u003cstrong\u003eFree Shipping\u003c\/strong\u003e\u003cbr\u003eOrders $50+\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"trust-item\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              \u003cdiv\u003e\n\u003cstrong\u003eSecure Checkout\u003c\/strong\u003e\u003cbr\u003eSSL Encrypted\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"trust-item\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              \u003cdiv\u003e\n\u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e\u003cbr\u003eFull Coverage\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"shipping-note\"\u003e\n            \u003cstrong\u003e🚚 Fast Delivery:\u003c\/strong\u003e Order within \u003cstrong\u003e4h 32m\u003c\/strong\u003e and your package ships today! Estimated delivery: \u003cstrong\u003e3-5 business days\u003c\/strong\u003e.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Features Section --\u003e\n  \u003csection class=\"section section-alt\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003ch2 class=\"section-title\"\u003eThree Wedges. Unlimited Possibilities.\u003c\/h2\u003e\n      \u003cp class=\"section-subtitle\"\u003eEach loft is engineered for a specific short-game situation\u003c\/p\u003e\n      \u003cdiv class=\"feature-grid\"\u003e\n        \u003cdiv class=\"feature-card animate\"\u003e\n          \u003cdiv class=\"feature-icon\"\u003e54°\u003c\/div\u003e\n          \u003ch3\u003eControlled Chips\u003c\/h3\u003e\n          \u003cp\u003ePerfect for approach shots and controlled chips around the green. Lower trajectory with maximum spin control for predictable landings.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card animate\"\u003e\n          \u003cdiv class=\"feature-icon\"\u003e60°\u003c\/div\u003e\n          \u003ch3\u003eSoft Landings\u003c\/h3\u003e\n          \u003cp\u003eThe go-to wedge for high soft shots that stop quickly on the green. Ideal for tight pin positions and delicate approaches.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card animate\"\u003e\n          \u003cdiv class=\"feature-icon\" style=\"background:linear-gradient(135deg,#111,#333);color:var(--gold);\"\u003e69°\u003c\/div\u003e\n          \u003ch3\u003eCreative Flop Shots\u003c\/h3\u003e\n          \u003cp\u003eExtreme loft for those impossible lies and creative flop shots over bunkers. Turn difficult situations into scoring opportunities.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Benefits Section --\u003e\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003ch2 class=\"section-title\"\u003eWhy Golfers Love This Set\u003c\/h2\u003e\n      \u003cp class=\"section-subtitle\"\u003eDesigned for performance, built for confidence\u003c\/p\u003e\n      \u003cdiv class=\"benefits-grid\"\u003e\n        \u003cdiv class=\"benefit-item\"\u003e\n          \u003cdiv class=\"benefit-check\"\u003e✓\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eGreenside Control\u003c\/h4\u003e\n            \u003cp\u003ePlay more controlled chips, pitches, and approach shots near the pin with precision-engineered grooves.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-item\"\u003e\n          \u003cdiv class=\"benefit-check\"\u003e✓\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eFlop Shot Ready\u003c\/h4\u003e\n            \u003cp\u003eThe 69° wedge gives you the extra loft needed for creative high shots and tight situations around the green.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-item\"\u003e\n          \u003cdiv class=\"benefit-check\"\u003e✓\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eBunker \u0026amp; Rough Play\u003c\/h4\u003e\n            \u003cp\u003eEscape sand traps, thick rough, and difficult lies with confidence using the versatile loft options.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-item\"\u003e\n          \u003cdiv class=\"benefit-check\"\u003e✓\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003eRight \u0026amp; Left Hand Options\u003c\/h4\u003e\n            \u003cp\u003eAvailable for both right-handed and left-handed golfers — no one gets left behind.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-item\"\u003e\n          \u003cdiv class=\"benefit-check\"\u003e✓\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003ePremium Build Quality\u003c\/h4\u003e\n            \u003cp\u003eSolid feel and dependable course performance that rivals wedges costing 3x the price.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-item\"\u003e\n          \u003cdiv class=\"benefit-check\"\u003e✓\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch4\u003ePerfect Golf Gift\u003c\/h4\u003e\n            \u003cp\u003eAn ideal gift for short-game lovers, beginners looking to improve, or seasoned players upgrading their wedges.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Perfect For Section --\u003e\n  \u003csection class=\"section section-alt\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003ch2 class=\"section-title\"\u003ePerfect For\u003c\/h2\u003e\n      \u003cp class=\"section-subtitle\"\u003eVersatile performance for every golfer\u003c\/p\u003e\n      \u003cdiv class=\"tags-grid\"\u003e\n        \u003cdiv class=\"tag-item\"\u003e⛳ Short Game Practice\u003c\/div\u003e\n        \u003cdiv class=\"tag-item\"\u003e🏌️ Weekend Golf Rounds\u003c\/div\u003e\n        \u003cdiv class=\"tag-item\"\u003e🎯 Flop Shots\u003c\/div\u003e\n        \u003cdiv class=\"tag-item\"\u003e🏖️ Bunker Escapes\u003c\/div\u003e\n        \u003cdiv class=\"tag-item\"\u003e🌿 Greenside Control\u003c\/div\u003e\n        \u003cdiv class=\"tag-item\"\u003e🎁 Golf Gifts\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Product Details \/ Specs --\u003e\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n      \u003cp class=\"section-subtitle\"\u003eEverything you need to know\u003c\/p\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eGolf Wedge Set\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eSet Includes\u003c\/td\u003e\n\u003ctd\u003e54° Wedge, 60° Wedge, 69° Wedge\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003eChipping, Pitching, Flop Shots, Bunker Play, Greenside Control\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eHand Options\u003c\/td\u003e\n\u003ctd\u003eRight-Handed \/ Left-Handed Options Available\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium Stainless Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eShaft\u003c\/td\u003e\n\u003ctd\u003eSteel Shaft — Standard Flex\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eGrip\u003c\/td\u003e\n\u003ctd\u003eStandard Rubber Golf Grip\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1-Year Manufacturer Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Reviews Section --\u003e\n  \u003csection class=\"section section-alt\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003ch2 class=\"section-title\"\u003eWhat Golfers Are Saying\u003c\/h2\u003e\n      \u003cp class=\"section-subtitle\"\u003e127 verified reviews — 4.9 average rating\u003c\/p\u003e\n      \u003cdiv class=\"feature-grid\" style=\"grid-template-columns: repeat(3, 1fr);\"\u003e\n        \u003cdiv class=\"review-card\"\u003e\n          \u003cdiv class=\"review-header\"\u003e\n            \u003cdiv class=\"review-avatar\"\u003eMJ\u003c\/div\u003e\n            \u003cdiv class=\"review-meta\"\u003e\n              \u003ch4\u003eMichael J.\u003c\/h4\u003e\n              \u003cdiv class=\"verified\"\u003e\n                \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                Verified Buyer\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"review-stars\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"review-text\"\u003e\"The 69° wedge is a game-changer! I've never been able to hit flop shots like this before. The whole set feels premium and the price is unbeatable. Highly recommend!\"\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"review-card\"\u003e\n          \u003cdiv class=\"review-header\"\u003e\n            \u003cdiv class=\"review-avatar\"\u003eSR\u003c\/div\u003e\n            \u003cdiv class=\"review-meta\"\u003e\n              \u003ch4\u003eSarah R.\u003c\/h4\u003e\n              \u003cdiv class=\"verified\"\u003e\n                \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                Verified Buyer\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"review-stars\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"review-text\"\u003e\"Bought this as a gift for my husband and he absolutely loves it. The left-handed option was exactly what we needed. Great quality for the price — you can't beat $45.99 for 3 wedges!\"\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"review-card\"\u003e\n          \u003cdiv class=\"review-header\"\u003e\n            \u003cdiv class=\"review-avatar\"\u003eDK\u003c\/div\u003e\n            \u003cdiv class=\"review-meta\"\u003e\n              \u003ch4\u003eDavid K.\u003c\/h4\u003e\n              \u003cdiv class=\"verified\"\u003e\n                \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n                Verified Buyer\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"review-stars\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"review-text\"\u003e\"My short game has improved dramatically since getting this set. The 54° is perfect for chips, the 60° for pitches, and the 69° for those impossible bunker shots. Best investment I've made for my golf bag.\"\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ Section --\u003e\n  \u003csection class=\"section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cp class=\"section-subtitle\"\u003eGot questions? We've got answers.\u003c\/p\u003e\n      \u003cdiv style=\"max-width: 800px; margin: 0 auto;\"\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003eWhat hand orientations are available?\u003c\/div\u003e\n          \u003cdiv class=\"faq-answer\"\u003eThis wedge set is available in both Right-Handed and Left-Handed options. Simply select your preferred hand orientation using the selector above the Add to Cart button.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003eWhat is included in the 3-piece set?\u003c\/div\u003e\n          \u003cdiv class=\"faq-answer\"\u003eThe set includes three wedges: a 54° wedge for controlled chips, a 60° wedge for soft landings, and a 69° wedge for creative flop shots. Each wedge features a premium stainless steel construction with a standard steel shaft.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003eAre these suitable for beginners?\u003c\/div\u003e\n          \u003cdiv class=\"faq-answer\"\u003eAbsolutely! This set is perfect for golfers of all skill levels. Beginners will appreciate the forgiveness and versatility, while experienced players will love the control and spin performance around the green.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003eWhat is your return policy?\u003c\/div\u003e\n          \u003cdiv class=\"faq-answer\"\u003eWe offer a 30-day money-back guarantee. If you're not completely satisfied with your purchase, simply contact our support team and we'll provide a full refund — no questions asked.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003eHow long does shipping take?\u003c\/div\u003e\n          \u003cdiv class=\"faq-answer\"\u003eOrders placed before 2 PM EST ship the same day. Standard delivery takes 3-5 business days within the continental US. We also offer expedited shipping options at checkout.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Guarantee Section --\u003e\n  \u003csection class=\"section section-alt\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"guarantee-box\"\u003e\n        \u003ch3\u003e30-Day Money-Back Guarantee\u003c\/h3\u003e\n        \u003cp\u003eWe're confident you'll love your new wedge set. But if for any reason you're not 100% satisfied, return it within 30 days for a full refund. No hassle, no questions asked.\u003c\/p\u003e\n        \u003cdiv class=\"guarantee-badge\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          Risk-Free Purchase\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Footer CTA --\u003e\n  \u003csection class=\"footer-cta\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003ch2\u003eTake Control Around The Green\u003c\/h2\u003e\n      \u003cp\u003eAdd more loft options to your bag and make every greenside challenge more creative, confident, and fun.\u003c\/p\u003e\n      \u003cbutton class=\"btn-atc\" style=\"max-width: 400px; margin: 0 auto;\" onclick=\"document.querySelector('.hero').scrollIntoView({behavior:'smooth'})\"\u003e\n        GET YOUR SET NOW — $45.99\n      \u003c\/button\u003e\n      \u003cp style=\"margin-top: 16px; font-size: 13px; color: #9ca3af;\"\u003e🔒 Secure Checkout  •  Free Shipping Over $50  •  30-Day Returns\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Sticky Mobile CTA --\u003e\n  \u003cdiv class=\"sticky-cta\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"sticky-cta-inner\"\u003e\n        \u003cdiv class=\"sticky-price\"\u003e$45.99\u003cspan\u003e$199.99\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cbutton class=\"sticky-btn\" onclick=\"document.querySelector('.hero').scrollIntoView({behavior:'smooth'})\"\u003eAdd to Cart\u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    \/\/ Image Gallery\n    const images = ['https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/01.webp?v=1784745963', 'https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/02.webp?v=1784745963', 'https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/03.webp?v=1784745963', 'https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/04.webp?v=1784745963', 'https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/05.webp?v=1784745963', 'https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/06.webp?v=1784745963', 'https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/07.webp?v=1784745963', 'https:\/\/cdn.shopify.com\/s\/files\/1\/0725\/5870\/6876\/files\/08.webp?v=1784745963'];\n    let currentImg = 0;\n\n    function changeImage(index) {\n      currentImg = index;\n      document.getElementById('mainImg').src = images[index];\n      document.querySelectorAll('.thumb').forEach((t, i) =\u003e {\n        t.classList.toggle('active', i === index);\n      });\n    }\n\n    \/\/ Quantity\n    function changeQty(delta) {\n      const input = document.getElementById('qty');\n      let val = parseInt(input.value) + delta;\n      if (val \u003c 1) val = 1;\n      if (val \u003e 10) val = 10;\n      input.value = val;\n    }\n\n    \/\/ Variant Selection\n    let selectedVariant = 'Right';\n    function selectVariant(btn, variant) {\n      selectedVariant = variant;\n      document.querySelectorAll('.variant-btn').forEach(b =\u003e b.classList.remove('active'));\n      btn.classList.add('active');\n    }\n\n    \/\/ Countdown Timer\n    function updateCountdown() {\n      const now = new Date();\n      const end = new Date();\n      end.setHours(23, 59, 59, 999);\n      let diff = end - now;\n      if (diff \u003c 0) diff = 0;\n      const h = Math.floor(diff \/ 3600000);\n      const m = Math.floor((diff % 3600000) \/ 60000);\n      const s = Math.floor((diff % 60000) \/ 1000);\n      document.getElementById('cd-h').textContent = String(h).padStart(2, '0');\n      document.getElementById('cd-m').textContent = String(m).padStart(2, '0');\n      document.getElementById('cd-s').textContent = String(s).padStart(2, '0');\n    }\n    setInterval(updateCountdown, 1000);\n    updateCountdown();\n\n    \/\/ FAQ Toggle\n    function toggleFaq(el) {\n      const answer = el.nextElementSibling;\n      const isOpen = answer.classList.contains('open');\n      document.querySelectorAll('.faq-answer').forEach(a =\u003e a.classList.remove('open'));\n      document.querySelectorAll('.faq-question').forEach(q =\u003e q.classList.remove('active'));\n      if (!isOpen) {\n        answer.classList.add('open');\n        el.classList.add('active');\n      }\n    }\n\n    \/\/ Add to Cart\n    function addToCart() {\n      const btn = document.querySelector('.btn-atc');\n      const original = btn.innerHTML;\n      btn.innerHTML = '\u003csvg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\/\u003e\u003c\/svg\u003e ADDED TO CART!';\n      btn.style.background = 'linear-gradient(135deg, #22c55e, #16a34a)';\n      setTimeout(() =\u003e {\n        btn.innerHTML = original;\n        btn.style.background = '';\n      }, 2000);\n    }\n\n    \/\/ Scroll Animation\n    const observer = new IntersectionObserver((entries) =\u003e {\n      entries.forEach(entry =\u003e {\n        if (entry.isIntersecting) {\n          entry.target.style.opacity = '1';\n          entry.target.style.transform = 'translateY(0)';\n        }\n      });\n    }, { threshold: 0.1 });\n\n    document.querySelectorAll('.animate').forEach(el =\u003e {\n      el.style.opacity = '0';\n      el.style.transform = 'translateY(20px)';\n      el.style.transition = 'all 0.6s ease';\n      observer.observe(el);\n    });\n  \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":54429701374279,"sku":null,"price":0.0,"currency_code":"GBP","in_stock":false}],"url":"https:\/\/taivexa.com\/products\/1","provider":"My Store","version":"1.0","type":"link"}