/* Only the catalogue loads these visit effects. Never move the product layout. */
[data-assistant-robot-open][data-catalog-robot-away] { visibility: hidden; }
.catalog-robot-stage {
    position: fixed;
    inset: 0;
    z-index: 140;
    overflow: hidden;
    pointer-events: none;
}
.catalog-robot-traveler {
    position: absolute;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    pointer-events: none;
    cursor: pointer;
}
.catalog-robot-traveler mini-robot {
    display: block;
    --robot-size: 114px;
    --robot-accent: var(--main-theme-color, #ff0f8a);
    --robot-callout-font-size: 11px;
    --robot-callout-top: -14px;
    pointer-events: auto;
}
.catalog-robot-traveler:focus-visible { outline: 2px solid #ff0f8a; border-radius: 16px; }
.catalog-page .storefront-product-card.is-robot-highlighted {
    z-index: 1;
}
.catalog-page .storefront-product-card.is-robot-highlighted .search-result-photo {
    outline: 2px solid #83b72c;
    outline-offset: 0;
    box-shadow: none;
}
@media (max-width: 1020px) {
    .catalog-robot-traveler mini-robot {
        --robot-callout-font-size: 10px;
        --robot-callout-top: -18px;
        pointer-events: none;
    }
}
