/* Gleiche Kategorie-Buttongrößen und stabiler Warenkorb */
.tabs{
  align-items:stretch!important;
}
.tabs .tab.category-tab-img{
  width:154px!important;
  min-width:154px!important;
  max-width:154px!important;
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  flex:0 0 154px!important;
  display:inline-grid!important;
  grid-template-columns:30px 1fr!important;
  align-items:center!important;
  justify-content:start!important;
  gap:7px!important;
  padding:6px 9px!important;
  overflow:hidden!important;
  text-align:left!important;
}
.tabs .tab.category-tab-img img{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  max-width:30px!important;
  object-fit:contain!important;
}
.tabs .tab.category-tab-img span{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  max-width:100%!important;
  line-height:1.05!important;
  font-size:11.5px!important;
}
.tabs .tab:not(.category-tab-img),
.tabs .tab.utility{
  height:48px!important;
  min-height:48px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
@media(max-width:620px){
  .tabs .tab.category-tab-img{
    width:calc(50% - 6px)!important;
    min-width:calc(50% - 6px)!important;
    max-width:calc(50% - 6px)!important;
    flex:0 0 calc(50% - 6px)!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    grid-template-columns:28px 1fr!important;
  }
  .tabs .tab.category-tab-img img{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    max-width:28px!important;
  }
}
/* Buttons im Warenkorb sollen keine Fokus-/Layoutsprünge auslösen */
.addBtn, .cartItem button, .dailyDealBtn{
  scroll-margin:0!important;
}

/* Nachfix: MB gleichgroß + kein Browser-Scroll-Anker beim Warenkorb-Update */
.tabs .tab.category-tab-img.mb-tab{
  width:154px!important;
  min-width:154px!important;
  max-width:154px!important;
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  flex:0 0 154px!important;
  display:inline-grid!important;
  grid-template-columns:1fr!important;
  place-items:center!important;
  padding:6px 9px!important;
}
.tabs .tab.category-tab-img.mb-tab span{
  display:block!important;
  text-align:center!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1!important;
}
#cart,#cartItems,.cartItem,.total{
  overflow-anchor:none!important;
}
@media(max-width:620px){
  .tabs .tab.category-tab-img.mb-tab{
    width:calc(50% - 6px)!important;
    min-width:calc(50% - 6px)!important;
    max-width:calc(50% - 6px)!important;
    flex:0 0 calc(50% - 6px)!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
  }
}


/* Kategorien exakt gleich groß und kein Scrollsprung beim Warenkorb */
html, body, .shop-layout, #products, #cart, #cartItems, .cartItem, .total{
  overflow-anchor:none!important;
}
.tabs .tab.category-tab-img,
.tabs .tab.category-tab-img.mb-tab{
  box-sizing:border-box!important;
  width:154px!important;
  min-width:154px!important;
  max-width:154px!important;
  height:48px!important;
  min-height:48px!important;
  max-height:48px!important;
  flex:0 0 154px!important;
  display:grid!important;
  grid-template-columns:30px 1fr!important;
  align-items:center!important;
  justify-content:start!important;
  gap:7px!important;
  padding:6px 9px!important;
}
.tabs .tab.category-tab-img.mb-tab::before{
  content:"";
  width:30px!important;
  height:30px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.12)!important;
  display:block!important;
}
.tabs .tab.category-tab-img.mb-tab span{
  text-align:left!important;
  font-size:11.5px!important;
  line-height:1.05!important;
}
@media(max-width:620px){
  .tabs .tab.category-tab-img,
  .tabs .tab.category-tab-img.mb-tab{
    width:calc(50% - 6px)!important;
    min-width:calc(50% - 6px)!important;
    max-width:calc(50% - 6px)!important;
    flex:0 0 calc(50% - 6px)!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
    grid-template-columns:28px 1fr!important;
  }
  .tabs .tab.category-tab-img.mb-tab::before{
    width:28px!important;
    height:28px!important;
  }
}


/* Final: kein automatischer Scroll-/Anchor-Sprung beim ersten Warenkorb-Update */
html, body { scroll-behavior:auto!important; overflow-anchor:none!important; }
.product, .products, #products, #cart, #cartItems, .cartItem, .total, input, button { overflow-anchor:none!important; }
.addBtn, .dailyDealBtn, .cartItem button { -webkit-tap-highlight-color: transparent; }
