/* Shop-Vorschau und gezielt begrenzte Shop-Verlinkungen */
a.bck-shop-link{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:46px;max-width:100%;box-sizing:border-box;padding:12px 16px;
  border:1px solid #b79a5d;border-radius:11px;background:#f8f3ea;
  color:#173c32;font:inherit;font-size:13px;font-weight:700;
  line-height:1.4;text-decoration:none;text-align:center;
}
a.bck-shop-link:hover{background:#fff;border-color:#173c32;}
a.bck-shop-link:focus-visible,a.bck-shop-nav:focus-visible{
  outline:3px solid #b79a5d;outline-offset:4px;
}
.bck-shop-action{margin:22px 0 16px;}
a.bck-shop-nav{display:inline-flex;align-items:center;text-decoration:none;}
.sitebar .toplinks a.bck-shop-nav{display:inline-flex;}
.bck-shop-page{
  margin:0;background:#f3efe7;color:#111714;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.6;
}
.bck-shop-page *{box-sizing:border-box;}
.bck-shop-header,.bck-shop-main{
  width:min(1100px,calc(100% - 36px));margin:auto;
}
.bck-shop-header{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  flex-wrap:wrap;padding:22px 0;border-bottom:1px solid rgba(23,60,50,.12);
}
.bck-shop-header img{display:block;max-width:100%;height:auto;}
.bck-shop-header nav{display:flex;gap:20px;flex-wrap:wrap;}
.bck-shop-header a{
  color:#173c32;font-size:14px;font-weight:700;text-decoration:none;
}
.bck-shop-intro{max-width:740px;padding:38px 0 22px;}
.bck-shop-intro h1{
  font-size:clamp(28px,4vw,42px);line-height:1.12;
  letter-spacing:-.035em;margin:12px 0 20px;
}
.bck-shop-intro p{font-size:15px;color:#4e5954;}
.bck-shop-intro .bck-shop-eyebrow{
  font-size:11px;letter-spacing:.15em;color:#80662f;font-weight:800;
}
.bck-shop-notice{
  background:#fbfaf7;padding:18px;
  border:1px solid #d6c8ac;border-radius:14px;
}
.bck-shop-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;
}
.bck-shop-tile{
  background:#fbfaf7;border:1px solid rgba(23,60,50,.12);
  border-radius:22px;padding:22px;scroll-margin-top:20px;
}
.bck-shop-tile img{
  display:block;width:100%;height:210px;object-fit:contain;
}
.bck-shop-tile h2{
  font-size:21px;line-height:1.25;margin:18px 0 10px;
}
.bck-shop-tile p{font-size:13px;color:#626b66;}
.bck-shop-bottom{padding:20px 0 40px;font-size:14px;}
.bck-shop-bottom a{color:#173c32;}
@media(max-width:700px){
  .bck-shop-grid{grid-template-columns:1fr;}
  .bck-shop-tile img{height:190px;}
}
@media(max-width:500px){
  .sitebar .sitebar-inner{flex-wrap:wrap;gap:8px;padding-block:10px;}
  .sitebar .toplinks{gap:4px;}
  .bck-shop-action a.bck-shop-link{width:100%;}
}
