/* Filter-Leiste auf Kategorie-Seiten zentrieren (ex 5855) */
.tm-element-woo-filter > .uk-grid {
  justify-content: center;
}
.tm-element-woo-filter > .uk-grid > .uk-width-expand\@s {
  flex: 0 1 auto;
  width: auto;
}
.uk-offcanvas.uk-open {
  z-index: 10000;
}

/* === Bullets auf Kategorieseiten (ex 5698) === */
.ak-loop-bullets{margin-top:8px;padding:0}
.ak-loop-bullets .ak-product-bullets{display:flex;flex-direction:column;gap:3px}
.ak-loop-bullets .ak-bullet{display:block;font-size:13px;line-height:1.4;color:#666;font-family:inherit}
.ak-loop-bullets .ak-bullet::first-letter{color:#2d7d46}
.ak-cart-wrapper{margin-top:12px}
.ak-cart-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:4px;font-size:13px;font-weight:500;font-family:inherit;text-decoration:none !important;cursor:pointer;transition:all 0.2s ease;border:1px solid #d4a574;color:#d4a574 !important;background:transparent}
.ak-cart-btn:hover{background:#d4a574;color:#fff !important}
.ak-cart-btn svg{flex-shrink:0}
.ak-cart-btn.ak-added{border-color:#2d7d46;color:#2d7d46 !important;background:#f0faf0}
.ak-cart-btn.ak-loading{opacity:0.7;pointer-events:none}
.ak-cart-variable{border-color:#999;color:#666 !important}
.ak-cart-variable:hover{background:#666;color:#fff !important;border-color:#666}
.ak-spinner{display:inline-block;width:14px;height:14px;border:2px solid #d4a574;border-top-color:transparent;border-radius:50%;animation:ak-spin 0.6s linear infinite}
@keyframes ak-spin{to{transform:rotate(360deg)}}
.single-product .ak-product-bullets{display:flex;flex-direction:column;gap:6px;margin:15px 0}
.single-product .ak-bullet{display:block;font-size:14px;line-height:1.6;color:#444}
.single-product .ak-bullet::first-letter{color:#2d7d46}
@media (max-width:767px){
  .ak-loop-bullets .ak-bullet{font-size:12px;line-height:1.3}
  .ak-cart-btn{font-size:12px;padding:6px 12px}
  .ak-cart-btn span{display:none}
  .ak-cart-btn{padding:8px;border-radius:50%}
}
