/* Keep every inner page on the same open grid as the product catalogue. */
body .nika-content:not(:has(.section-d_shop)):not(:has(.product-d)):not(:has(.nika-about)):not(:has(.nika-contact)):not(:has(.nika-granite-page)) {
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

