/* Remove extra space below detail pages */

body > img[src*='//idsync'], 
body > iframe {
    display: none;
}

/* Fix sort menu overlapping with mobile header (https://prnt.sc/g0ow8u) */

.ip-container #main-wrapper {
	position:relative;
	z-index:1;
}