/* Keep the cached 50-card pool in the DOM without ever laying out more than
 * the eight-card viewport. The DOM shuffle only changes which eight are shown. */
#yacht_cards:not([data-cbnb-featured-rotation="1"]) .jet-listing-grid__items {
	opacity: 0;
}

#yacht_cards[data-cbnb-featured-rotation="1"] .jet-listing-grid__items {
	opacity: 1;
}

#yacht_cards .jet-listing-grid__item:nth-child(n + 9),
#yacht_cards .jet-listing-grid__item[hidden] {
	display: none !important;
}
