
/* for removing after release 1.5.3 */
@media (max-width: 575.98px) {
  .breadcrumb-item + .breadcrumb-item:not(.active):not(:nth-last-child(-n+2)):not(.mobile-last-item) {
    display: inherit;
  }
  .product-page .breadcrumb-item + .breadcrumb-item:nth-child(n+5):not(:last-child) {
    display: none;
  }
}
/* end for removing */
