/* Golf Gear Lab 4.19.10 — buy buttons, price labels and the Where to buy page.
   Loaded last so it settles the conflicting button rules in older bundles. */
:root{--ggl-buy:#b7f52d;--ggl-buy-hover:#c8ff53;--ggl-buy-ink:#071108;--ggl-alt-ink:#eef7e4;--ggl-alt-line:rgba(238,247,228,.55);--ggl-note:#b9c6bd}

/* Main buy button: one look everywhere */
html body a.ggl-commerce-primary.ggl-commerce-btn.ggl-commerce-btn{display:inline-flex!important;align-items:center;justify-content:center;min-height:46px;padding:11px 20px!important;border-radius:999px!important;
  background:var(--ggl-buy)!important;border:1px solid var(--ggl-buy)!important;color:var(--ggl-buy-ink)!important;font-weight:900!important;font-size:1rem!important;line-height:1.15!important;
  text-decoration:none!important;text-align:center;white-space:normal;box-shadow:0 7px 18px rgba(108,181,35,.18);margin:0!important;width:auto}
html body a.ggl-commerce-primary.ggl-commerce-btn.ggl-commerce-btn:hover,html body a.ggl-commerce-primary.ggl-commerce-btn.ggl-commerce-btn:focus-visible{background:var(--ggl-buy-hover)!important;border-color:var(--ggl-buy-hover)!important;color:var(--ggl-buy-ink)!important}

/* Second retailer: a real, readable button rather than dim text */
html body a.ggl-commerce-other.ggl-commerce-btn.ggl-commerce-btn,html body button.ggl-commerce-other.ggl-commerce-btn.ggl-commerce-btn{display:inline-flex!important;align-items:center;justify-content:center;min-height:44px;padding:10px 16px!important;border-radius:999px!important;
  background:transparent!important;border:1px solid var(--ggl-alt-line)!important;color:var(--ggl-alt-ink)!important;font-weight:800!important;font-size:.95rem!important;line-height:1.15!important;min-height:44px!important;
  text-decoration:none!important;cursor:pointer;margin:0!important;font-family:inherit}
html body a.ggl-commerce-other.ggl-commerce-btn.ggl-commerce-btn:hover,html body button.ggl-commerce-other.ggl-commerce-btn.ggl-commerce-btn:hover,html body a.ggl-commerce-other:focus-visible,html body button.ggl-commerce-other:focus-visible{border-color:var(--ggl-buy)!important;color:#fff!important}
button.ggl-commerce-more.ggl-commerce-btn.ggl-commerce-btn{font-weight:700!important;font-size:.88rem!important;border-style:dashed!important}

/* Button rows: wrap cleanly with even spacing */
.ggl-commerce-actions{display:flex!important;flex-wrap:wrap;align-items:center;gap:10px!important}
.ggl-commerce-actions>a:not(.ggl-commerce-primary):not(.ggl-commerce-other){margin:0!important}
.ggl-price-note{flex-basis:100%;display:block;margin:2px 0 0;color:var(--ggl-note);font-size:.8rem;line-height:1.35;font-weight:500}

/* Inline list of further retailers */
.ggl-commerce-panel{flex-basis:100%;display:grid;gap:8px;margin:4px 0 0;padding:10px;border:1px solid rgba(238,247,228,.18);border-radius:12px;background:rgba(255,255,255,.03)}
.ggl-commerce-panel[hidden]{display:none!important}
.ggl-commerce-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px}
.ggl-commerce-row-name{font-weight:800;color:var(--ggl-alt-ink);min-width:120px}
.ggl-commerce-row-price{color:var(--ggl-note);font-size:.9rem;flex:1 1 160px}
.ggl-commerce-lowest{color:var(--ggl-buy);font-weight:800}
html body a.ggl-commerce-row-btn{display:inline-flex;align-items:center;min-height:40px;padding:8px 14px;border-radius:999px;border:1px solid var(--ggl-alt-line);color:var(--ggl-alt-ink)!important;font-weight:800;text-decoration:none!important;font-size:.9rem}
html body a.ggl-commerce-row-btn:hover{border-color:var(--ggl-buy)}

/* Unresolved links (nothing in stock) read as normal links, not buy buttons */
a.ggl-commerce-unresolved{box-shadow:none}

/* Mobile: full-width main button, side-by-side secondary actions */
@media (max-width:640px){
  html body .ggl-commerce-actions>a.ggl-commerce-primary{flex:1 1 100%}
  html body .ggl-commerce-actions>.ggl-commerce-other{flex:1 1 auto}
}

/* Live price in the "Typical price" box */
.ggl-typical-price .ggl-live-price-label{color:#216b2f}
.ggl-typical-price .ggl-live-price{color:#0b1a10;font-weight:900}
.ggl-typical-price .ggl-live-price-meta{display:block;margin-top:2px;color:#3d5145;font-weight:600;font-size:.82rem}

/* Card rows: buttons line up at the bottom of each card */
.ggl-gps-card,.ggl-gps-card-body{display:flex;flex-direction:column}
.ggl-gps-card-body{flex:1 1 auto}
.ggl-gps-card-body .ggl-gps-actions{margin-top:auto!important}

/* Quick answer buy link */
.ggl-qa-buy-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:14px}

/* Where to buy page */
.retail-state .retail-offer{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px;margin:6px 0 0}
.retail-state .retail-price{font-size:1.35rem;font-weight:900;color:#fff}
.retail-state .retail-checked{color:var(--ggl-note);font-size:.88rem}
.retail-state .retail-lowest{display:inline-block;padding:3px 9px;border-radius:999px;background:rgba(183,245,45,.14);color:var(--ggl-buy);font-size:.76rem;font-weight:900;letter-spacing:.02em}
.retail-state .retail-alt-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.retail-state .retail-choice-card .retail-alt-actions{margin-top:0}
.retail-state .retail-btn{min-height:46px}
@media (max-width:640px){.retail-state .retail-choice-card{flex-direction:column;align-items:stretch}.retail-state .retail-choice-card .retail-btn{width:100%;justify-content:center;text-align:center}}

/* "Read review" and similar links sitting next to buy buttons: readable on dark cards */
html body .ggl-commerce-actions>a:not(.ggl-commerce-btn){color:var(--ggl-alt-ink)!important}

/* 4.19.09 — editorial cards lead with the recommendation; one compact price and action. */
html body .gps-card .ggl-typical-price,
html body .ggl-amazon-pick .ggl-typical-price{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;margin:12px 0 10px!important;color:#e4eee7!important;font-size:.92rem!important;font-weight:700!important;line-height:1.4!important}
html body .gps-card .ggl-typical-price *,
html body .ggl-amazon-pick .ggl-typical-price *{color:inherit!important}
html body .gps-card .ggl-card-price small,
html body .ggl-amazon-pick .ggl-card-price small{display:block;color:#b9c6bd!important;font-size:.8rem!important;font-weight:500!important;margin-top:2px}
html body .gps-card .ggl-typical-price[hidden],
html body .ggl-amazon-pick .ggl-typical-price[hidden]{display:none!important}
html body .gps-card .ggl-compare-retailers,
html body .ggl-amazon-pick .ggl-compare-retailers{color:#d5e9d2!important;text-decoration:underline!important;text-underline-offset:3px;font-weight:700;font-size:.87rem}
html body .gps-card .ggl-commerce-actions,
html body .ggl-amazon-pick .ggl-commerce-actions{gap:8px 14px!important}
html body .gps-card .ggl-commerce-actions a.ggl-commerce-primary,
html body .ggl-amazon-pick .ggl-commerce-actions a.ggl-commerce-primary{font-size:.93rem!important;min-height:42px;padding:9px 16px!important}

/* 4.19.10 — card buttons carry the price; one quiet line underneath with the check date and a compare link. */
html body .ggl-card-actions{gap:10px 16px!important}
html body .ggl-card-actions>.ggl-card-meta{flex-basis:100%;display:block;margin:0;color:#c8d7ca!important;font-size:.82rem!important;font-weight:500!important;line-height:1.4}
/* Older homepage rules paint every retail-router link as a lime button; the compare link must stay a plain, readable link. */
html body .ggl-card-meta a.ggl-compare-retailers,
html body .ggl-amazon-pick-actions a.ggl-compare-retailers,
html body .gps-card a.ggl-compare-retailers{display:inline!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;min-height:0!important;
  color:#e8f9be!important;font-weight:700!important;font-size:inherit!important;text-decoration:underline!important;text-underline-offset:3px}
html body .ggl-card-meta a.ggl-compare-retailers:hover,html body .ggl-card-meta a.ggl-compare-retailers:focus-visible{color:#fff!important}
/* Homepage disclosure link was dark green on grey */
/* :not(#ggl-x) lifts specificity above the older site-wide article/p link rules that force dark green */
html body .ggl-amazon-picks .ggl-amazon-picks-disclosure a:not(#ggl-x):not(#ggl-y){color:#e8f9be!important;text-decoration:underline!important;text-underline-offset:3px}
@media (max-width:640px){html body .ggl-card-actions>a.ggl-commerce-primary{flex:1 1 100%}}
