/* Temporary production-launch visibility layer. Keep selectors deliberately narrow. */
.product-card__rating,
.product-buy__rating,
.product-card__favorite,
.header-action[aria-label="Používateľský účet zatiaľ nie je dostupný"],
.checkout-account,
.checkout-account-coming-soon,
.footer-column--payments,
.benefits-strip__grid > .benefit-item:nth-child(1),
.benefits-strip__grid > .benefit-item:nth-child(2),
[data-launch-hidden="product-preflight"],
[data-launch-hidden="product-service"] {
    display: none !important;
}
