/* Hide any parent link area above grid (if some plugin printed it) */
.szp-parent-link-wrap{ display:none !important; }

/* Back tile inverse colors; preserve base .szp-main-cat shape from existing CSS */
.tax-product_cat .szp-main-grid .szp-main-cat--back{
  border:2px solid #FFD700 !important;
  color:#FFD700 !important;
  background:transparent !important;
}
.tax-product_cat .szp-main-grid .szp-main-cat--back:hover,
.tax-product_cat .szp-main-grid .szp-main-cat--back:focus,
.tax-product_cat .szp-main-grid .szp-main-cat--back:active{
  background:#0b2a84 !important;
  color:#FFD700 !important;
  outline:0 !important;
}