.hero-banner {
  background: linear-gradient(135deg, #166534 0%, #14532d 100%);
  border-radius: 0.5rem;
  padding: 2rem;
  color: #fff;
  text-align: center;
}

aside .card-header {
  background: #166534;
  color: #fff;
  letter-spacing: 1px;
  font-size: 0.875rem;
  padding: 0.6rem 1rem;
}

aside .form-check {
  font-size: 0.85rem;
}

#Products .card {
  border-radius: 8px;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 0.85rem;
  overflow: hidden;
}

#Products .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

#Products .card img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  object-fit: cover;
  height: 180px;
  width: 100%;
}

#Products .card-body {
  padding: 0.8rem 0.9rem;
}

#Products .card-title {
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
  height: 42px;
  overflow: hidden;
}

.product-price {
  font-weight: 600;
  color: #14532d;
}

.price-original {
  text-decoration: line-through;
  color: #999;
  margin-left: 0.3rem;
}

.price-discount {
  color: #ff4444;
  font-size: 0.8rem;
  margin-left: 0.3rem;
}

.card-footer a.btn {
  font-size: 0.8rem;
}

.pagination .page-link {
  color: #166534;
  font-weight: 500;
  padding: 0.3rem 0.6rem;
  border-radius: 0.25rem;
}

.pagination .page-link:hover {
  background: #166534;
  color: #fff;
}

.pagination .active .page-link {
  background: #14532d;
  border-color: #14532d;
  color: #fff;
}

@media (max-width: 991px) {
  aside {
    margin-bottom: 1.5rem;
  }
}
.rokomari-discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 58px;
  height: 58px;
  background-color: #dc3545;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.rokomari-discount-badge .discount-inner {
  line-height: 1;
}
.rokomari-discount-badge .discount-inner span {
  font-size: 11px;
}
