@keyframes counter-pulse{0%{opacity:1}50%{opacity:.35}to{opacity:1}}.counter{max-width:105px;width:105px;height:42px;display:flex;align-items:center;justify-content:space-between;background-color:var(--background-300);border-radius:6px;padding:11px 12px}@media screen and (max-width:1340px){.counter{height:40px}}.counter-value{pointer-events:none;font-family:Manrope;font-weight:700;font-size:16px;line-height:120%;letter-spacing:-.19px}.counter-button{display:flex;align-items:center;justify-content:center;border:none;background-color:transparent;cursor:pointer;aspect-ratio:1/1}.counter--loading{animation:counter-pulse 1s ease infinite}
