{"product_id":"3-piece-golf-wedge-set-54-60-69-short-game-wedges","title":"3-Piece Golf Wedge Set - 54°, 60° \u0026 69° Short Game Wedges","description":"\u003cstyle\u003e  .golf-wedge-description {    max-width: 900px;    margin: 0 auto;    font-family: Arial, Helvetica, sans-serif;    color: #1f2933;    line-height: 1.65;    font-size: 16px;  }  .golf-wedge-description * {    box-sizing: border-box;  }  .golf-wedge-description p {    margin: 0 0 16px;  }  .wedge-hero {    padding: 30px 20px;    margin-bottom: 24px;    text-align: center;    background: #f3f7f3;    border-radius: 16px;  }  .wedge-hero-label {    margin: 0 0 8px !important;    color: #52735b;    font-size: 14px;    font-weight: 700;    letter-spacing: 1px;  }  .wedge-hero h2 {    margin: 0 0 10px;    color: #17251b;    font-size: 30px;    line-height: 1.25;  }  .wedge-lofts {    margin: 0 !important;    color: #52735b;    font-size: 20px;    font-weight: 700;  }  .wedge-intro {    max-width: 760px;    margin: 0 auto 24px !important;    text-align: center;  }  .wedge-highlight {    padding: 18px 12px;    margin: 26px 0;    text-align: center;    border-top: 1px solid #dfe6df;    border-bottom: 1px solid #dfe6df;  }  .wedge-highlight h3 {    margin: 0;    color: #17251b;    font-size: 22px;    line-height: 1.35;  }  .wedge-cards {    display: grid;    grid-template-columns: repeat(3, minmax(0, 1fr));    gap: 16px;    margin: 28px 0;  }  .wedge-card {    display: flex;    min-height: 190px;    padding: 24px 18px;    flex-direction: column;    justify-content: center;    text-align: center;    background: #ffffff;    border: 1px solid #dce5dd;    border-radius: 14px;  }  .wedge-card h3 {    margin: 0 0 12px;    color: #52735b;    font-size: 20px;    line-height: 1.35;  }  .wedge-card p {    margin: 0;    font-size: 15px;  }  .wedge-benefits {    padding: 24px 22px;    margin: 30px 0;    background: #f7f8f6;    border-radius: 14px;  }  .wedge-benefits h3,  .wedge-section h3 {    margin: 0 0 14px;    color: #17251b;    font-size: 23px;    line-height: 1.35;  }  .wedge-benefits ul {    padding-left: 22px;    margin: 0;  }  .wedge-benefits li {    margin-bottom: 9px;  }  .wedge-benefits li:last-child {    margin-bottom: 0;  }  .wedge-section {    margin: 32px 0;  }  .perfect-section {    margin: 34px 0;  }  .perfect-title {    margin: 0 0 16px;    color: #171717;    font-size: 24px;    line-height: 1.3;    text-align: left;  }  .perfect-grid {    display: grid;    grid-template-columns: repeat(2, minmax(0, 1fr));    gap: 10px;  }  .perfect-item {    display: flex;    min-height: 50px;    padding: 13px 14px;    align-items: center;    color: #2b2b2b;    text-align: left;    background: #f3f3f3;    border-radius: 10px;  }  .included-section {    margin: 34px 0 24px;  }  .included-title {    margin: 0 0 14px;    color: #171717;    font-size: 26px;    line-height: 1.3;  }  .included-table {    display: table;    width: 100%;    table-layout: fixed;    border-collapse: collapse;  }  .included-table tbody {    display: table-row-group;  }  .included-table tr {    display: table-row;  }  .included-table td {    display: table-cell;    padding: 15px 13px;    vertical-align: middle;    border: 1px solid #d7d7d7;  }  .included-table td:first-child {    width: 35%;    color: #222222;    font-weight: 700;    letter-spacing: 0.3px;  }  .included-table td:last-child {    width: 65%;    color: #333333;  }  .wedge-final {    padding: 18px;    margin-top: 22px;    background: #f5f5f5;    border-left: 4px solid #1f1f1f;  }  .wedge-final h3 {    margin: 0 0 8px;    color: #222222;    font-size: 18px;    line-height: 1.4;  }  .wedge-final p {    margin: 0;    color: #333333;  }  @media screen and (max-width: 749px) {    .golf-wedge-description {      font-size: 14px;      line-height: 1.55;    }    .golf-wedge-description p {      margin-bottom: 12px;    }    .wedge-hero {      padding: 18px 14px;      margin-bottom: 16px;      border-radius: 12px;    }    .wedge-hero-label {      margin-bottom: 5px !important;      font-size: 11px;      letter-spacing: 0.8px;    }    .wedge-hero h2 {      margin-bottom: 6px;      font-size: 22px;    }    .wedge-lofts {      font-size: 17px;    }    .wedge-intro {      margin-bottom: 16px !important;    }    .wedge-highlight {      padding: 12px 8px;      margin: 16px 0;    }    .wedge-highlight h3 {      font-size: 18px;    }    .wedge-cards {      grid-template-columns: 1fr;      gap: 8px;      margin: 18px 0;    }    .wedge-card {      display: grid;      grid-template-columns: 92px minmax(0, 1fr);      gap: 10px;      min-height: auto;      padding: 12px 14px;      align-items: center;      text-align: left;      border-radius: 10px;    }    .wedge-card h3 {      margin: 0;      font-size: 16px;      text-align: center;    }    .wedge-card p {      margin: 0;      font-size: 13px;      line-height: 1.45;    }    .wedge-benefits {      padding: 16px 16px;      margin: 20px 0;      border-radius: 11px;    }    .wedge-benefits h3,    .wedge-section h3 {      margin-bottom: 10px;      font-size: 19px;    }    .wedge-benefits ul {      padding-left: 19px;    }    .wedge-benefits li {      margin-bottom: 5px;      font-size: 13px;      line-height: 1.45;    }    .wedge-section {      margin: 20px 0;    }    .perfect-section {      margin: 22px 0;    }    .perfect-title {      margin-bottom: 11px;      font-size: 20px;    }    .perfect-grid {      grid-template-columns: repeat(2, minmax(0, 1fr));      gap: 7px;    }    .perfect-item {      min-height: 40px;      padding: 9px 10px;      font-size: 12.5px;      line-height: 1.3;      border-radius: 8px;    }    .included-section {      margin: 22px 0 18px;    }    .included-title {      margin-bottom: 11px;      font-size: 20px;    }    .included-table {      display: table !important;      width: 100% !important;      table-layout: fixed;      border-collapse: collapse;    }    .included-table tbody {      display: table-row-group !important;    }    .included-table tr {      display: table-row !important;    }    .included-table td {      display: table-cell !important;      padding: 9px 8px;      vertical-align: middle;      font-size: 12px;      line-height: 1.4;      border: 1px solid #d7d7d7;      overflow-wrap: break-word;    }    .included-table td:first-child {      width: 34% !important;      font-weight: 700;    }    .included-table td:last-child {      width: 66% !important;    }    .wedge-final {      padding: 13px 13px;      margin-top: 16px;    }    .wedge-final h3 {      margin-bottom: 5px;      font-size: 16px;    }    .wedge-final p {      font-size: 13px;      line-height: 1.45;    }  }\u003c\/style\u003e\u003cdiv class=\"golf-wedge-description\"\u003e  \u003cdiv class=\"wedge-hero\"\u003e    \u003cp class=\"wedge-hero-label\"\u003eCOMPLETE SHORT-GAME SET\u003c\/p\u003e    \u003ch2\u003e\u003cstrong\u003e3-Piece Golf Wedge Set\u003c\/strong\u003e\u003c\/h2\u003e    \u003cp class=\"wedge-lofts\"\u003e54° • 60° • 69°\u003c\/p\u003e  \u003c\/div\u003e  \u003cp class=\"wedge-intro\"\u003e    Built for golfers who want greater control and more shot options around the green,    this \u003cstrong\u003e3-piece golf wedge set\u003c\/strong\u003e includes three versatile lofts for    chips, pitches, bunker shots, flop shots, and creative short-game play.  \u003c\/p\u003e  \u003cdiv class=\"wedge-highlight\"\u003e    \u003ch3\u003e\u003cstrong\u003eMore Loft. More Control. More Shot Options.\u003c\/strong\u003e\u003c\/h3\u003e  \u003c\/div\u003e  \u003cp\u003e    Short game is where strokes are saved. With    \u003cstrong\u003e54°, 60°, and 69° wedges\u003c\/strong\u003e in one set, you can approach every lie    with more confidence — whether you need a controlled chip, a high shot with a soft    landing, or a dramatic flop shot over trouble.  \u003c\/p\u003e  \u003cdiv class=\"wedge-cards\"\u003e    \u003cdiv class=\"wedge-card\"\u003e      \u003ch3\u003e\u003cstrong\u003e54° Wedge\u003c\/strong\u003e\u003c\/h3\u003e      \u003cp\u003eGreat for approach shots, controlled chips, and versatile short-game play.\u003c\/p\u003e    \u003c\/div\u003e    \u003cdiv class=\"wedge-card\"\u003e      \u003ch3\u003e\u003cstrong\u003e60° Wedge\u003c\/strong\u003e\u003c\/h3\u003e      \u003cp\u003eIdeal for higher shots, soft landings, bunker play, and precision around the green.\u003c\/p\u003e    \u003c\/div\u003e    \u003cdiv class=\"wedge-card\"\u003e      \u003ch3\u003e\u003cstrong\u003e69° Wedge\u003c\/strong\u003e\u003c\/h3\u003e      \u003cp\u003eMade for creative flop shots, tight situations, and shots that need extra height.\u003c\/p\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003cdiv class=\"wedge-benefits\"\u003e    \u003ch3\u003e\u003cstrong\u003eWhy Golfers Love It\u003c\/strong\u003e\u003c\/h3\u003e    \u003cul\u003e      \u003cli\u003e3 versatile lofts for different short-game situations\u003c\/li\u003e      \u003cli\u003eDesigned for chipping, pitching, bunker shots, and flop shots\u003c\/li\u003e      \u003cli\u003ePremium build feel for reliable performance on the course\u003c\/li\u003e      \u003cli\u003eHelps improve shot creativity around the green\u003c\/li\u003e      \u003cli\u003eAvailable for right-handed and left-handed golfers\u003c\/li\u003e    \u003c\/ul\u003e  \u003c\/div\u003e  \u003cdiv class=\"wedge-section\"\u003e    \u003ch3\u003e\u003cstrong\u003eBuilt for the Short Game\u003c\/strong\u003e\u003c\/h3\u003e    \u003cp\u003e      From tight lies to tricky greenside shots, this wedge set gives you more ways to      attack the pin. The \u003cstrong\u003e54° wedge\u003c\/strong\u003e gives you control, the      \u003cstrong\u003e60° wedge\u003c\/strong\u003e adds height and finesse, and the      \u003cstrong\u003e69° wedge\u003c\/strong\u003e brings extra loft for shots that need to stop fast.    \u003c\/p\u003e  \u003c\/div\u003e  \u003cdiv class=\"perfect-section\"\u003e    \u003ch3 class=\"perfect-title\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/h3\u003e    \u003cdiv class=\"perfect-grid\"\u003e      \u003cdiv class=\"perfect-item\"\u003eShort-Game Practice\u003c\/div\u003e      \u003cdiv class=\"perfect-item\"\u003eGreenside Control\u003c\/div\u003e      \u003cdiv class=\"perfect-item\"\u003eFlop Shots\u003c\/div\u003e      \u003cdiv class=\"perfect-item\"\u003eBunker Shots\u003c\/div\u003e      \u003cdiv class=\"perfect-item\"\u003eGolf Gifts\u003c\/div\u003e      \u003cdiv class=\"perfect-item\"\u003eCreative Shot-Making\u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003cdiv class=\"included-section\"\u003e    \u003ch3 class=\"included-title\"\u003e\u003cstrong\u003eWhat’s Included\u003c\/strong\u003e\u003c\/h3\u003e    \u003ctable class=\"included-table\"\u003e      \u003ctbody\u003e        \u003ctr\u003e          \u003ctd\u003eSet Includes\u003c\/td\u003e          \u003ctd\u003e54° Wedge, 60° Wedge, 69° Wedge\u003c\/td\u003e        \u003c\/tr\u003e        \u003ctr\u003e          \u003ctd\u003eBest For\u003c\/td\u003e          \u003ctd\u003eChipping, pitching, flop shots, bunker play, and short-game control\u003c\/td\u003e        \u003c\/tr\u003e        \u003ctr\u003e          \u003ctd\u003ePlayer Type\u003c\/td\u003e          \u003ctd\u003eCasual golfers, weekend players, short-game practice, and golf gift buyers\u003c\/td\u003e        \u003c\/tr\u003e        \u003ctr\u003e          \u003ctd\u003eHand Options\u003c\/td\u003e          \u003ctd\u003eRight-Handed \/ Left-Handed Options Available\u003c\/td\u003e        \u003c\/tr\u003e      \u003c\/tbody\u003e    \u003c\/table\u003e  \u003c\/div\u003e  \u003cdiv class=\"wedge-final\"\u003e    \u003ch3\u003e\u003cstrong\u003eTake Control Around the Green\u003c\/strong\u003e\u003c\/h3\u003e    \u003cp\u003e      Add more shot options to your bag and make your short game more creative,      confident, and fun.    \u003c\/p\u003e  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Right","offer_id":58261832761676,"sku":null,"price":28.0,"currency_code":"GBP","in_stock":true},{"title":"Left","offer_id":58261832794444,"sku":null,"price":28.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1065\/4436\/5900\/files\/19861c6e-96b6-4cc6-afa9-848925df2f1c.png?v=1785464700","url":"https:\/\/www.petrove.shop\/de\/products\/3-piece-golf-wedge-set-54-60-69-short-game-wedges","provider":"Petrove","version":"1.0","type":"link"}