/** Shopify CDN: Minification failed

Line 22:4 Unexpected "*"

**/
/* Golfbasen — shared editorial guide system v2.1
   Exact editorial frame aligned with Blades/Cavity. CSS-only and cacheable. */
.gbe{
  --gbe-green:#0d3b24;
  --gbe-text:#17211b;
  --gbe-muted:#69756e;
  --gbe-line:#dce4de;
  --gbe-soft:#f7f8f6;
  --gbe-green-soft:#eef5f1;
  --gbe-warning:#fff9ef;
  --gbe-warning-line:#e8d9b8;
  background:#fff;
  color:var(--gbe-text);
  font-family:inherit;
  font-synthesis-weight:none;
}
.gbe*,.gbe*::before,.gbe*::after{box-sizing:border-box}
.gbe a{text-decoration:none}

/* === Same page frame as Blades/Cavity === */
.gbe-page{
  width:100%;
  max-width:var(--page-width);
  margin:0 auto;
  padding:30px 5rem 0;
}
.gbe-back{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin:0 0 32px;
  color:var(--gbe-green)!important;
  font-size:0;
  line-height:1;
  font-weight:700;
}
.gbe-back::after{content:"Tips & råd";font-size:12px;line-height:1}
.gbe-back svg{display:block;width:14px;height:14px;flex:0 0 14px}

/* === Hero === */
.gbe-hero{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:52px;
  align-items:center;
  margin:0;
  padding:0 0 54px;
}
.gbe-hero-copy{
  display:flex;
  flex-direction:column;
  max-width:570px;
  min-width:0;
}
.gbe-hero h1{
  order:1;
  margin:0;
  color:var(--gbe-green);
  font-size:clamp(42px,5.2vw,68px);
  line-height:.99;
  letter-spacing:-.05em;
  font-weight:800;
  text-wrap:balance;
}
.gbe-lead{
  order:2;
  max-width:560px;
  margin:19px 0 0;
  color:var(--gbe-muted);
  font-size:16px;
  line-height:1.68;
  font-weight:500;
}
.gbe-kicker{
  order:3;
  display:block;
  margin:22px 0 0;
  color:var(--gbe-muted);
  font-size:10.5px;
  line-height:1.4;
  font-weight:600;
  letter-spacing:0;
  text-transform:none;
}
#gbe-pack .gbe-kicker::after{content:" · Ca 5 min läsning"}
#gbe-condition .gbe-kicker::after{content:" · Ca 6 min läsning"}
.gbe-hero-media{
  margin:0;
  overflow:hidden;
  border-radius:12px;
  background:var(--gbe-soft);
  aspect-ratio:1.34/1;
}
.gbe-hero-media img{display:block;width:100%;height:100%;object-fit:cover}

/* === Same divider + TOC/body geometry as Blades/Cavity === */
.gbe-layout{
  display:grid;
  grid-template-columns:190px minmax(0,760px);
  gap:62px;
  justify-content:center;
  align-items:start;
  padding:52px 0 74px;
  border-top:1px solid var(--gbe-line);
}
.gbe-toc{position:sticky;top:110px;align-self:start;min-width:0}
.gbe-toc-title{
  margin:0 0 11px;
  color:var(--gbe-green);
  font-size:10px;
  line-height:1;
  font-weight:700;
  letter-spacing:.085em;
  text-transform:uppercase;
}
.gbe-toc nav{display:grid;gap:1px}
.gbe-toc a{
  display:block;
  padding:8px 10px;
  border-left:1px solid transparent;
  color:var(--gbe-muted)!important;
  font-size:12px;
  line-height:1.4;
  font-weight:500;
  transition:color .15s ease,border-color .15s ease;
}
@media(hover:hover){
  .gbe-toc a:hover{color:var(--gbe-green)!important;border-left-color:#c8d4cd}
}
.gbe-main{min-width:0}
.gbe-main>p:first-child{font-size:16.5px;line-height:1.8}
.gbe-main p{
  margin:0 0 22px;
  color:var(--gbe-text);
  font-size:16.5px;
  line-height:1.8;
  font-weight:500;
}
.gbe-main h2{
  scroll-margin-top:110px;
  margin:52px 0 16px;
  color:var(--gbe-green);
  font-size:29px;
  line-height:1.18;
  letter-spacing:-.026em;
  font-weight:700;
  text-wrap:balance;
}
.gbe-main h2:first-of-type{margin-top:42px}
.gbe-main h3{
  margin:0 0 8px;
  color:var(--gbe-green);
  font-size:18px;
  line-height:1.3;
  letter-spacing:-.012em;
  font-weight:700;
}

/* === Editorial components === */
.gbe-note{
  margin:30px 0 44px;
  padding:18px 0 18px 21px;
  border-left:3px solid var(--gbe-green);
  background:transparent;
}
.gbe-note p{margin:0;color:#31503f;font-size:14.5px;line-height:1.67;font-weight:500}
.gbe-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:24px 0 44px;
  border-top:1px solid var(--gbe-line);
  border-bottom:1px solid var(--gbe-line);
}
.gbe-card{min-width:0;padding:19px 18px;border-right:1px solid var(--gbe-line)}
.gbe-card:last-child{border-right:0}
.gbe-card-num{
  display:flex;align-items:center;justify-content:center;
  width:30px;height:30px;margin:0 0 12px;border-radius:50%;
  background:var(--gbe-green-soft);color:var(--gbe-green);
  font-size:11px;line-height:1;font-weight:700;
}
.gbe-card strong{display:block;margin:0 0 5px;color:var(--gbe-green);font-size:14px;line-height:1.35;font-weight:700}
.gbe-card span{display:block;color:var(--gbe-muted);font-size:12.5px;line-height:1.55;font-weight:500}
.gbe-steps{margin:24px 0 46px;border-top:1px solid var(--gbe-line)}
.gbe-step{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;padding:18px 0;border-bottom:1px solid var(--gbe-line)}
.gbe-step-num{
  display:flex;align-items:center;justify-content:center;
  width:34px;height:34px;border-radius:50%;background:var(--gbe-green);color:#fff;
  font-size:11px;line-height:1;font-weight:700;
}
.gbe-step h3{margin:1px 0 5px;font-size:16px}
.gbe-step p{margin:0;color:var(--gbe-muted);font-size:14px;line-height:1.62}
.gbe-split{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0 42px}
.gbe-panel{padding:22px;border:1px solid var(--gbe-line);border-radius:10px;background:#fff}
.gbe-panel.is-warning{border-color:var(--gbe-warning-line);background:var(--gbe-warning)}
.gbe-panel-label{display:block;margin:0 0 8px;color:var(--gbe-green);font-size:9.5px;line-height:1;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.gbe-panel h3{font-size:18px}
.gbe-list{margin:0;padding:0;list-style:none}
.gbe-list li{position:relative;margin:8px 0;padding-left:18px;color:var(--gbe-muted);font-size:13.5px;line-height:1.55;font-weight:500}
.gbe-list li::before{content:"";position:absolute;left:0;top:.63em;width:6px;height:6px;border-radius:50%;background:var(--gbe-green)}
.gbe-info{margin:27px 0 42px;padding:20px 21px;border:1px solid #d7e3dc;border-radius:10px;background:#f8faf8}
.gbe-info strong{display:block;margin:0 0 6px;color:var(--gbe-green);font-size:14.5px;line-height:1.4;font-weight:700}
.gbe-info p{margin:0;color:var(--gbe-muted);font-size:14px;line-height:1.65}
.gbe-feature{margin:32px 0 44px}
.gbe-feature img{display:block;width:100%;max-height:520px;object-fit:cover;border-radius:10px;background:var(--gbe-soft)}
.gbe-feature figcaption{margin:9px 0 0;color:var(--gbe-muted);font-size:11.5px;line-height:1.5;text-align:center;font-weight:500}
.gbe-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:30px 0 44px}
.gbe-gallery figure{margin:0;overflow:hidden;border-radius:9px;background:var(--gbe-soft);aspect-ratio:4/3}
.gbe-gallery img{display:block;width:100%;height:100%;object-fit:cover}
.gbe-checklist{overflow:hidden;margin:24px 0 42px;border:1px solid var(--gbe-line);border-radius:10px;background:#fff}
.gbe-check{display:flex;align-items:flex-start;gap:11px;padding:13px 15px;border-bottom:1px solid var(--gbe-line)}
.gbe-check:last-child{border-bottom:0}
.gbe-check-num{
  display:flex;align-items:center;justify-content:center;flex:0 0 20px;
  width:20px;height:20px;margin-top:1px;border-radius:50%;background:var(--gbe-green-soft);
  color:var(--gbe-green);font-size:9.5px;line-height:1;font-weight:700;
}
.gbe-check span:last-child{color:var(--gbe-text);font-size:13.5px;line-height:1.55;font-weight:500}
.gbe-summary{margin:52px 0 0;padding:27px 29px;border-radius:8px;background:var(--gbe-green);color:#fff}
.gbe-summary h2{margin:0 0 11px!important;color:#fff;font-size:25px;scroll-margin-top:110px}
.gbe-summary p{margin:0;color:rgba(255,255,255,.9);font-size:15px;line-height:1.72;font-weight:500}

/* Avoid painting long below-the-fold blocks before they are needed. */
.gbe-cards,.gbe-steps,.gbe-split,.gbe-info,.gbe-feature,.gbe-gallery,.gbe-checklist,.gbe-summary{
  content-visibility:auto;
  contain-intrinsic-size:320px;
}

@media(max-width:989px) and (min-width:750px){
  .gbe-hero{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:34px}
  .gbe-hero h1{font-size:clamp(40px,5.4vw,54px)}
  .gbe-layout{grid-template-columns:150px minmax(0,690px);gap:36px}
}

/* === Mobile: same rhythm as Blades/Cavity === */
@media(max-width:749px){
  .gbe-page{padding:20px 1.5rem 0}
  .gbe-back{margin-bottom:23px}
  .gbe-back::after{font-size:11.5px}
  .gbe-hero{display:flex;flex-direction:column;gap:24px;padding-bottom:34px}
  .gbe-hero-copy{max-width:none;width:100%}
  .gbe-hero h1{max-width:380px;font-size:37px;line-height:1;letter-spacing:-.047em}
  .gbe-lead{max-width:370px;margin-top:14px;font-size:14px;line-height:1.65}
  .gbe-kicker{margin-top:17px;font-size:9.5px}
  .gbe-hero-media{width:100%;aspect-ratio:1.36/1;border-radius:9px}
  .gbe-layout{display:block;padding:30px 0 52px;border-top:1px solid var(--gbe-line)}
  .gbe-toc{position:static;margin:0 0 28px;padding:0 0 16px;border-bottom:1px solid var(--gbe-line);overflow:hidden}
  .gbe-toc-title{margin:0 0 10px;font-size:9px}
  .gbe-toc nav{
    display:flex;gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;
    padding:0 0 2px;scrollbar-width:none;-webkit-overflow-scrolling:touch;
  }
  .gbe-toc nav::-webkit-scrollbar{display:none}
  .gbe-toc a{flex:0 0 auto;padding:0;border:0;font-size:10.5px;line-height:1.35;white-space:nowrap}
  .gbe-main>p:first-child,.gbe-main p{font-size:15px;line-height:1.75}
  .gbe-main p{margin-bottom:20px}
  .gbe-main h2{scroll-margin-top:84px;margin:43px 0 14px;font-size:24px;line-height:1.2}
  .gbe-main h2:first-of-type{margin-top:34px}
  .gbe-main h3{font-size:16.5px}
  .gbe-note{margin:25px 0 35px;padding:16px 0 16px 17px}
  .gbe-note p{font-size:13.5px;line-height:1.62}
  .gbe-cards{grid-template-columns:1fr;margin:21px 0 35px}
  .gbe-card{display:grid;grid-template-columns:30px minmax(0,1fr);column-gap:12px;padding:14px 0;border-right:0;border-bottom:1px solid var(--gbe-line)}
  .gbe-card:last-child{border-bottom:0}
  .gbe-card-num{grid-row:1/3;margin:0}
  .gbe-card strong{font-size:13.5px}
  .gbe-card span{font-size:12px}
  .gbe-steps{margin:21px 0 36px}
  .gbe-step{grid-template-columns:36px minmax(0,1fr);gap:11px;padding:15px 0}
  .gbe-step-num{width:31px;height:31px;font-size:10.5px}
  .gbe-step h3{font-size:15.5px}
  .gbe-step p{font-size:13px;line-height:1.58}
  .gbe-split{grid-template-columns:1fr;gap:9px;margin:21px 0 35px}
  .gbe-panel{padding:17px 18px;border-radius:8px}
  .gbe-panel h3{font-size:16.5px}
  .gbe-list li{font-size:13px}
  .gbe-info{margin:23px 0 35px;padding:17px 18px;border-radius:8px}
  .gbe-info strong{font-size:14px}
  .gbe-info p{font-size:13px;line-height:1.6}
  .gbe-feature{margin:28px 0 35px}
  .gbe-feature img{border-radius:8px}
  .gbe-feature figcaption{font-size:10.5px}
  .gbe-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:25px 0 35px}
  .gbe-gallery figure{border-radius:7px;aspect-ratio:1/1}
  .gbe-checklist{margin:21px 0 35px;border-radius:8px}
  .gbe-check{padding:12px 13px}
  .gbe-check span:last-child{font-size:13px;line-height:1.5}
  .gbe-summary{margin-top:42px;padding:23px 20px;border-radius:8px}
  .gbe-summary h2{font-size:22px}
  .gbe-summary p{font-size:13.5px;line-height:1.65}
}
@media(max-width:390px){
  .gbe-hero h1{font-size:34px}
  .gbe-page{padding-inline:1.3rem}
}
@media(prefers-reduced-motion:reduce){.gbe *{scroll-behavior:auto!important;transition:none!important}}
