body {
    cursor: none;
}
.freshco-cursor-e90ed822 {
    width: 20px;
    height: 20px;
    background-color: #FF3366;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    font-family: sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.9;
    mix-blend-mode: exclusion;
}
.freshco-cursor-e90ed822.hover-view {
    width: 60px;
    height: 60px;
}
.freshco-cursor-e90ed822.hover-view::after {
    content: "VIEW";
}
.freshco-cursor-e90ed822.hover-open {
    width: 60px;
    height: 60px;
    background-color: #00C4CC;
    mix-blend-mode: normal;
}
.freshco-cursor-e90ed822.hover-open::after {
    content: "OPEN";
}
a, button {
    cursor: none !important;
}