.cursor-hover-btn{--btn-bg: #111111;--btn-text: #ffffff;--hover-bg: #7a1430;--x: 50%;--y: 50%;position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;text-decoration:none;background:var(--btn-bg);color:var(--btn-text);padding:14px 28px;border-radius:999px;cursor:pointer;isolation:isolate;border:none}.cursor-hover-btn__label{position:relative;z-index:2}.cursor-hover-btn__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.cursor-hover-btn__overlay:before{content:"";position:absolute;left:var(--x);top:var(--y);width:20px;height:20px;background:var(--hover-bg);border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:transform .45s cubic-bezier(.22,1,.36,1);will-change:transform,left,top}.cursor-hover-btn.is-hovered .cursor-hover-btn__overlay:before{transform:translate(-50%,-50%) scale(18)}.cursor-hover-btn.is-leaving .cursor-hover-btn__overlay:before{transform:translate(-50%,-50%) scale(0)}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cursor-hover-button.css.map */
