/* v224 — stable desktop catalog state controlled by data-v224-stuck. */

@media (min-width: 992px) {
  #full-catalog .catalog-sticky[data-v224-stuck="false"] .catalog-categories {
    display: grid !important;
  }

  #full-catalog .catalog-sticky[data-v224-stuck="true"] .catalog-categories {
    display: none !important;
  }

  #full-catalog .catalog-sticky[data-v224-stuck="false"] {
    border-radius: 12px !important;
  }

  #full-catalog .catalog-sticky[data-v224-stuck="true"] {
    border-radius: 0 0 12px 12px !important;
  }
}
