.cs-articlePreview.cs-previewBox {display: none;}
html body .cs-articlePreview.cs-previewRow {width: 100%;display: flex;flex-wrap: wrap;border-bottom: 1px solid #dadadd;padding-bottom: 1em;gap: 1em;}
html body .cs-articlePreview.cs-previewRow .pictureContainer  {width: 17%;}
html body .cs-articlePreview.cs-previewRow .cs-hoverlay {display: none !important;}
html body .cs-articlePreview.cs-previewRow .priceBox {margin-left: auto;}
html body .cs-articlePreview.cs-previewRow .cs-buttons .cs-button1,
html body .cs-articlePreview.cs-previewRow .cs-buttons .cs-button2 {width: 100%;text-align: center;}

@media (max-width: 805.98px) { 
  html body .cs-articlePreview.cs-previewRow {display: none;}
  html body .cs-articlePreview.cs-previewBox {display: block;}
  html body article.cs-articlePreview {width: calc(100% /2 - 1em);margin: 0.5em;}
}