.shop-category-product__button { opacity: 0; transform: translateY(-10px); pointer-events: none; transition: opacity 0.3s, transform 0.3s; display: none; } #custom-cursor { position: fixed; top: 0; left: 0; width: 60px; height: 60px; background: rgba(0,0,0,0.8); color: #fff; font-size: 18px; border-radius: 30px; display: flex; align-items: center; justify-content: center; pointer-events: none; transform: translate(-50%, -50%) scale(0); transition: transform 0.2s; z-index: 9999; font-family: inherit; user-select: none; } .repeater-item.product { cursor: none !important; } .repeater-item.product * { cursor: none !important; }