
/* DaruGet v36 — single stock-status presentation on category cards */
.category-products-grid .category-product .product-meta-row .stock-badge{
  display:none!important;
  visibility:hidden!important;
  width:0!important;
  height:0!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}

/* Only relocated stock badges remain visible on the image. */
@media(max-width:900px){
  .category-product-media .mobile-stock-badge{
    display:inline-flex!important;
    left:7px!important;
    right:auto!important;
    bottom:7px!important;
    top:auto!important;
  }
}
@media(min-width:901px){
  .category-product-media .desktop-stock-badge{
    display:inline-flex!important;
    left:10px!important;
    right:auto!important;
    bottom:10px!important;
    top:auto!important;
  }
}
