body main section,
body main aside,
body main section[class],
body main aside[class],
body main div[class*="rounded-[20px]"],
body main div[class*="rounded-[24px]"],
body main div[class*="rounded-[26px]"],
body main div[class*="rounded-[18px]"] {
  border-radius: 0 !important;
}

body main button,
body main button[class],
body main a[role="button"],
body main a[class*="rounded-"],
body main a[href^="/ad"],
body main a[href^="/ad"][class],
body main [data-product-card],
body main .sg-product-card,
body main [class*="ProductCard"] {
  border-radius: 10px !important;
}

body main a[href^="/ad"] img,
body main [data-product-card] img,
body main .sg-product-card img,
body main [class*="ProductCard"] img {
  border-radius: 10px 10px 0 0 !important;
}

body main button svg,
body main a[role="button"] svg {
  border-radius: 0 !important;
}
