/* --- Enfold-Warenkorb im Menue sitewide ausblenden -------------------------
   Nicht per Theme-Option abschalten: das Panel .dropdown_widget_cart steckt in
   dieser UL und wird von Flyout und Pille gebraucht. Beim Oeffnen wandert es an
   <body> und ist dann sichtbar; geschlossen kehrt es hierhin zurueck und ist
   wieder verborgen. Textinhalte bleiben fuer die Pille lesbar. */
#top ul.cart_dropdown,
#top .cart_dropdown,
#top .cart_dropdown_link,
#top .av-cart-counter{display:none!important}
#top .dropdown_widget_cart.pm-flyout{display:block!important}

/* --- Warenkorb-Pille ------------------------------------------------------ */
#pmCartPill{position:fixed;right:24px;bottom:var(--pm-pill-bottom,24px);z-index:2147482000;display:none;align-items:center;gap:14px;background:#15233b;color:#fff;border:0;border-radius:999px;cursor:pointer;padding:12px 22px 12px 14px;box-shadow:0 10px 34px -8px rgba(0,0,0,.55);font-family:inherit;text-align:left;line-height:1.25;transition:transform .16s ease,box-shadow .16s ease,bottom .18s ease}
#pmCartPill.is-visible{display:flex;animation:pmPillIn .24s ease-out}
#pmCartPill:hover{transform:translateY(-2px);box-shadow:0 14px 40px -8px rgba(0,0,0,.6)}
@keyframes pmPillIn{from{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}
#pmCartPill .pm-pill-badge{flex:none;width:40px;height:40px;border-radius:999px;background:#edae44;color:#15233b;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:17px}
#pmCartPill .pm-pill-total{display:block;font-weight:800;font-size:16px;color:#fff}
#pmCartPill .pm-pill-hint{display:block;font-size:12px;color:#edae44;font-weight:600;margin-top:2px;max-width:250px}
#pmCartPill .pm-pill-hint:empty{display:none}
@media (max-width:767px){#pmCartPill{right:12px;left:12px;bottom:var(--pm-pill-bottom,12px);border-radius:14px;padding:12px 16px}#pmCartPill .pm-pill-hint{max-width:none}}
@media print{#pmCartPill{display:none!important}}
