@media (min-width: 768px) {
  .mobile-tabbar {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .customer-nav {
    display: none !important;
  }
}

.stock-category-card__image::before {
  inset: -0.075rem !important;
  box-shadow:
    0 0 0 0.5px rgba(255, 255, 255, 0.94),
    0 3px 8px rgba(214, 41, 118, 0.12) !important;
}

.stock-category-card__image img {
  inset: 0.09rem !important;
  width: calc(100% - 0.18rem) !important;
  height: calc(100% - 0.18rem) !important;
}
