.nika-root-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.nika-root-category-grid > .nika-root-category-card {
  cursor: pointer;
}
.nika-root-category-card .category-d__name a {
  color: inherit !important;
  text-decoration: none !important;
}
.nika-root-category-card:focus-visible {
  outline: 3px solid var(--nika-clay);
  outline-offset: 4px;
}
.section-d_shop_home.nika-root-category-grid > .nika-root-category-card .nika-category-description {
  max-width: 32rem;
}
.section-d_shop_home.nika-root-category-grid > .nika-root-category-card .nika-category-arrow {
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .nika-root-category-grid { grid-template-columns: 1fr; }
}
