@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {


	html.onphone:not([data-userAgent*="Android"]) #toggle-display.js-toggle-off .waDiscount {
		transform-origin: top center; transform:scale(.85);
		width: calc(100vw - 6rem) !important;
		margin-right: 0 !important;
	}
}


html.onphone #secondary-filter #filter-all { max-height: inherit;opacity: 1;}
html.onphone #secondary-filter .js-toggle-open ~ #filter-all { max-height: 0;opacity: 0;}
