.adv-floating-cart{position:fixed;z-index:99999;bottom:var(--advfc-bottom-desktop);width:70px;min-height:64px;border-radius:999px;background:var(--advfc-bg);color:var(--advfc-text)!important;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none!important;box-shadow:0 10px 28px rgba(0,0,0,.24);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;line-height:1}.adv-floating-cart:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,0,0,.28);color:var(--advfc-text)!important}.advfc-right{right:22px}.advfc-left{left:22px}.advfc-icon{display:flex}.advfc-count{position:absolute;top:-7px;right:-5px;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:var(--advfc-accent);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.advfc-total{margin-top:2px;font-size:11px;font-weight:700;white-space:nowrap;max-width:64px;overflow:hidden;text-overflow:ellipsis}.advfc-empty{display:none!important}.advfc-pulse{animation:advfcPulse .5s ease}@keyframes advfcPulse{0%{transform:scale(1)}50%{transform:scale(1.08)}100%{transform:scale(1)}}@media (min-width:768px){.advfc-hide-desktop{display:none!important}}@media (max-width:767px){.adv-floating-cart{bottom:var(--advfc-bottom-mobile);width:62px;min-height:58px}.advfc-right{right:14px}.advfc-left{left:14px}.advfc-total{display:none}.advfc-hide-mobile{display:none!important}}
