@layer bricks {:where(.brxe-svg){height:auto;width:auto}:where(.brxe-svg) svg{height:auto;max-width:100%;overflow:visible;width:auto}}#brxe-iittjk {height: var(--icon-size); width: var(--icon-size)}#brxe-iittjk :not([fill="none"]) {fill: var(--white) !important}#brxe-npcfhh {padding-top: .75em; padding-right: .75em; padding-bottom: .75em; padding-left: .75em; border-radius: 50vw; width: calc(var(--icon-size) * 1.5); height: calc(var(--icon-size) * 1.5); display: flex; justify-content: center; align-items: center; background-color: #0f9900; box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0.15); position: fixed; right: var(--space-m); bottom: var(--space-m); z-index: 999; cursor: pointer}#brxe-npcfhh { --icon-size: 4rem;}#brxe-npcfhh:after { content: attr(data-count); line-height: 1; font-size: var(--text-s); display: flex; align-items: center; justify-content: center; color: var(--white); width:1.5rem; height: 1.5rem; background: red; border-radius: 50vw; position: absolute; top: 0px; right: 0px; animation: pulse 1s infinite;}@keyframes pulse { 0%{ box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.2) } 100%{ box-shadow: 0 0 0 10px rgba(255, 0, 0, 0.2) }}