body {
  background: linear-gradient(to bottom, #eafaf1, #d4f5dc);
  color: #333;
}

.navbar {
  background-color: #28a745 !important;
}

.navbar-brand,
.nav-link,
.text-success {
  color: #fff !important;
}

.card {
  background-color: #ffffff;
  border-radius: 12px;
}

.bottom-nav {
  background-color: #ffffff;
  border-top: 1px solid #dee2e6;
}

.category-scroll {
  overflow-x: auto;
  white-space: nowrap;
}

.category-item {
  display: inline-block;
  padding: 8px 16px;
  margin-right: 8px;
  background-color: #d4f5dc;
  color: #1d643b;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
}

.category-item.active {
  background-color: #28a745;
  color: white;
}

.product-card {
  border: 1px solid #d1e7dd;
  border-radius: 10px;
}

.search-bar input {
  border-radius: 10px;
  border: none;
}

.category-scroll {
  overflow-x: auto;
  white-space: nowrap;
}

.category-scroll .btn {
  margin-right: 8px;
  white-space: nowrap;
  background-color: #e6fff0;
  color: #00a35f;
  border: 1px solid #00a35f;
}

.category-scroll .btn:hover {
  background-color: #00a35f;
  color: white;
}

.product-card {
  border: 1px solid #d4f4e1;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 16px;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #a7e8c6;
  z-index: 999;
  display: flex;
  justify-content: space-around;
}

.bottom-nav a {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  color: #4c856b;
  text-decoration: none;
}

.bottom-nav a.active {
  color: #00c676;
}

.bottom-nav i {
  display: block;
  font-size: 20px;
}

.swiper {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}

.swiper-slide {
  background: #fff;
  text-align: center;
}

.swiper-slide img {
  width: 100%;
  border-radius: 10px;
}

.btn-success {
  background-color: #00c676;
  border-color: #00c676;
}

.btn-success:hover {
  background-color: #00a35f;
  border-color: #00a35f;
}
