#category-page-section{
    padding-top: 55px;
}
#category-title{
    text-align: center;
}
#category-pagination{
    margin-bottom: 10px;
}
.discount-badge {
    animation: pulse 2s infinite;
}

.update-badge {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #4caf50;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: opacity 0.5s ease;
}
.update-badge.fade-out {
  opacity: 0;
}
