.webshop-visuallyHidden {
    position: absolute;
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    width: 1px;
}

/**
 * Hide aside content on webshop pages because detailpage does not have its own snippet
 */

.webshop-productoverview .nav-path,
.webshop-productdetails .at-intro,
.webshop-productdetails .at-lpfs {
    display: none;
}