/**
 * Autonomous Homepage Orchestration v1.11.7.
 * Cards not selected for the current visit remain in the cached candidate
 * pool but are never visible or focusable.
 */
.ref-v2167-hidden,
[data-ref-v2167-rotation] ul.products > li[hidden] {
    display: none !important;
}

[data-ref-v2167-rotation].ref-v2167-rotated ul.products {
    align-items: stretch;
}

[data-ref-v2167-rotation].ref-v2167-rotated ul.products > li:not([hidden]) {
    display: flex;
}

[data-ref-v2167-rotation][data-ref-v2167-visible="0"] {
    display: none !important;
}
