.ct-cart-item { .ct-icon-container { position: relative; } .ct-cart-count { display: flex; align-items: center; justify-content: center; position: absolute; z-index: 1; top: -9px; right: -9px; min-width: 16px; cursor: pointer; height: 16px; padding: 0 3px; font-size: 10px; font-weight: 600; font-style: normal; border-radius: 10px; color: var(--cartBadgeText, #fff); background: var(--cartBadgeBackground, var(--paletteColor1)); } @media (prefers-reduced-motion: no-preference) { &.ct-added .ct-cart-count { animation: 0.6s ease-in-out 0.12s normal both 1 bounce-in; } } }