/* Kopi Harmoni User Theme - Modern, Responsive, Professional */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

body {
  font-family: 'Poppins', Arial, sans-serif;
  background: #fff !important;
  color: #4E342E;
  position: relative;
}
body::before { display: none !important; }

.bg-gradient-kopi {
  background: linear-gradient(90deg, #6f4e37 0%, #b4845c 100%) !important;
}

.text-kopi {
  color: #6f4e37 !important;
}

.btn-kopi {
  background: #b4845c;
  color: #fff;
  border-radius: 2rem;
  font-weight: 600;
  transition: 0.2s;
  border: none;
}
.btn-kopi:hover {
  background: #6f4e37;
  color: #fff;
}

.btn-outline-kopi {
  border: 2px solid #b4845c;
  color: #6f4e37;
  background: #fff;
  border-radius: 2rem;
  font-weight: 600;
  transition: 0.2s;
}
.btn-outline-kopi:hover {
  background: #b4845c;
  color: #fff;
}

.navbar {
  background: linear-gradient(90deg, #6f4e37 0%, #b4845c 100%) !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.navbar-brand {
  color: #fff !important;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 1px;
}
.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  margin-right: 8px;
  transition: color 0.2s;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #ffe0b2 !important;
}

.product-card {
  border-radius: 1.1rem !important;
  box-shadow: 0 2px 12px #4E342E11;
  border: 1.5px solid #e0cfc2 !important;
  background: #fff !important;
  transition: box-shadow 0.18s, transform 0.18s, border 0.18s;
  position: relative;
  overflow: visible;
}
.product-card:hover {
  box-shadow: 0 6px 24px #4E342E22;
  transform: translateY(-2px) scale(1.01);
  border-color: #d7c7b7;
}
.product-img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px #4E342E11;
  border: 2px solid #f3edea;
  background: #f8f6f3;
  margin: -40px auto 0 auto;
  display: block;
  position: relative;
  z-index: 2;
  transition: box-shadow 0.18s, border 0.18s;
}
.product-card:hover .product-img {
  box-shadow: 0 8px 24px #4E342E22;
  border-color: #e0cfc2;
}
.card-title {
  font-family: 'Poppins', Arial, sans-serif !important;
  color: #4E342E !important;
  font-size: 1.13rem;
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
}
.text-brown, .text-kopi {
  color: #8B4513 !important;
}
.price-badge {
  background: none !important;
  color: #8B4513 !important;
  font-size: 1.08rem;
  font-weight: 700;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  letter-spacing: 0.5px;
  display: block;
  margin: 0 auto 8px auto;
}
.price-badge i { display: none; }

.btn-order {
  border: none !important;
  background: #8B4513 !important;
  color: #fff !important;
  border-radius: 1.5rem !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  padding: 0.6rem 1.1rem !important;
  box-shadow: none;
  letter-spacing: 0.5px;
  margin-top: 10px;
  transition: background 0.18s, box-shadow 0.18s, transform 0.15s;
  display: block;
}
.btn-order:hover {
  background: #6f4e37 !important;
  color: #fff !important;
  box-shadow: 0 2px 8px #4E342E11;
  transform: translateY(-1px) scale(1.01);
}

.product-card .badge-promo {
  position: absolute;
  top: 14px; right: 14px;
  background: #ffe0b2;
  color: #8B4513;
  font-size: 0.93rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 3px 10px;
  letter-spacing: 0.5px;
  box-shadow: none;
  z-index: 3;
  border: none;
  display: flex; align-items: center; gap: 4px;
  animation: none;
}
.product-card .badge-promo i { display: none; }
.product-card .badge-stok {
  background: #e6f4ea;
  color: #219150;
  font-size: 0.93rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 3px 10px;
  border: none;
  box-shadow: none;
  display: inline-flex; align-items: center;
  position: absolute; left: 14px; top: 14px; z-index: 3;
}
.product-card .badge-habis {
  background: #ffeaea;
  color: #d32f2f;
  border: none;
}

.menu-title {
  font-family: 'Poppins', Arial, sans-serif !important;
  color: #222 !important;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 2.5rem !important;
  text-transform: uppercase;
}

.card-text {
  color: #8D6E63 !important;
}

.sidebar-kategori {
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-top: 1.5rem;
}
.sidebar-kategori h4 {
  font-size: 2rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 2.2rem;
  letter-spacing: 1px;
}
.sidebar-kategori .fw-semibold, .sidebar-kategori .fw-bold, .sidebar-kategori .fs-5 {
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  color: #222 !important;
  margin-bottom: 1.5rem !important;
  margin-top: 0.5rem !important;
  letter-spacing: 0.5px;
}
.sidebar-kategori a {
  color: #222 !important;
  font-size: 1.18rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 1.2rem;
  display: block;
  transition: color 0.18s;
}
.sidebar-kategori a.text-primary, .sidebar-kategori a.fw-bold {
  color: #8B4513 !important;
}
.sidebar-kategori .ps-3 {
  margin-left: 1.2rem !important;
}
.sidebar-kategori .btn {
  margin-top: 2.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 2rem;
  padding: 0.6rem 1.5rem;
}

.menu-products-row {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.menu-product-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2.8rem;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  min-height: 210px;
}
.menu-product-img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 1.2rem;
  background: #f8f6f3;
  flex-shrink: 0;
  box-shadow: 0 2px 12px #0001;
}
.menu-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  min-width: 0;
}
.menu-product-title {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 0.2rem;
  line-height: 1.1;
}
.menu-product-price {
  color: #8B4513;
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.menu-product-desc {
  color: #888;
  font-size: 1.13rem;
  line-height: 1.7;
  margin-bottom: 0.7rem;
  max-width: 520px;
}
.menu-product-action {
  margin-top: 0.7rem;
}
.menu-product-action .btn-order {
  background: #8B4513 !important;
  color: #fff !important;
  border-radius: 1.5rem !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  padding: 0.6rem 1.5rem !important;
  box-shadow: none;
  letter-spacing: 0.5px;
  border: none !important;
  transition: background 0.18s, box-shadow 0.18s, transform 0.15s;
  display: inline-block;
}
.menu-product-action .btn-order:hover {
  background: #6f4e37 !important;
  color: #fff !important;
  box-shadow: 0 2px 8px #4E342E11;
  transform: translateY(-1px) scale(1.01);
}
.menu-product-badge {
  display: inline-block;
  background: #ffe0b2;
  color: #8B4513;
  font-size: 0.93rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 3px 10px;
  margin-right: 0.7rem;
  margin-bottom: 0.5rem;
}
.menu-product-badge.stok {
  background: #e6f4ea;
  color: #219150;
}
.menu-product-badge.habis {
  background: #ffeaea;
  color: #d32f2f;
}
@media (max-width: 1200px) {
  .menu-product-img { width: 160px; height: 160px; }
  .menu-product-title { font-size: 1.3rem; }
  .menu-product-price { font-size: 1.05rem; }
}
@media (max-width: 991px) {
  .menu-product-img { width: 120px; height: 120px; }
  .menu-product-title { font-size: 1.1rem; }
  .menu-product-price { font-size: 0.95rem; }
}
@media (max-width: 767px) {
  .sidebar-kategori { margin-bottom: 2.5rem; }
  .menu-products-row { gap: 1.5rem; }
  .menu-product-item { flex-direction: column; align-items: flex-start; gap: 1.1rem; min-height: unset; }
  .menu-product-img { width: 100%; height: 180px; border-radius: 1rem; }
  .menu-product-info { max-width: 100%; }
}

.footer-section {
  background: linear-gradient(135deg,#54342a 80%,#7c5a43 100%) !important;
  color: #fff;
  font-family: 'Poppins',sans-serif;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  margin-top: 3rem;
}
.footer-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 2px 12px #0002;
  background: #fff;
  padding: 4px;
}
.footer-brand {
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.footer-tagline {
  font-size: 0.95rem;
  opacity: 0.8;
  font-weight: 400;
}
.footer-title {
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0.92;
  font-size: 1rem;
}
.footer-list li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.footer-link {
  color: #ffe0b2;
  text-decoration: none;
  transition: color 0.25s, text-shadow 0.25s;
}
.footer-link:hover {
  color: #fff;
  text-shadow: 0 2px 8px #0002;
  text-decoration: underline;
}
.footer-socials {
  display: flex;
  gap: 12px;
}
.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #fff;
  color: #54342a;
  border-radius: 50%;
  font-size: 1.35rem;
  box-shadow: 0 2px 8px #0001;
  transition: background 0.25s, color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.footer-social:hover {
  background: #d4a574;
  color: #54342a;
  transform: translateY(-4px) scale(1.12);
  box-shadow: 0 6px 18px #d4a57444;
}
.footer-hr {
  border: 0;
  height: 2px;
  background: linear-gradient(90deg,rgba(212,165,116,0.5),rgba(255,255,255,0.2),rgba(212,165,116,0.5));
  margin: 2rem 0 2.5rem 0;
}
@media (max-width: 767px) {
  .footer-section {
    border-radius: 1.2rem 1.2rem 0 0;
    padding-bottom: 1.5rem;
  }
  .footer-title {
    margin-top: 18px;
    text-align: left;
  }
  .footer-list li {
    font-size: 0.98rem;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .navbar-brand { font-size: 1.3rem; }
  .product-img { width: 70px; height: 70px; }
  .product-card { border-radius: 0.7rem !important; }
  .card-title { font-size: 0.98rem; }
  .btn-order { font-size: 0.93rem !important; padding: 0.45rem 0.8rem !important; }
  .sidebar-kategori { padding: 1rem 0.5rem; }
}

.footer-section-simple {
  background: linear-gradient(135deg,#54342a 80%,#7c5a43 100%) !important;
  color: #fff;
  font-family: 'Poppins',sans-serif;
  margin-top: 2rem;
  border-radius: 1.2rem 1.2rem 0 0;
}
.footer-logo-mini {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  padding: 2px;
  box-shadow: 0 1px 4px #0001;
}
.footer-brand-mini {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer-links .footer-link {
  color: #ffe0b2;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.2s;
}
.footer-links .footer-link:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-socials-mini .footer-social-mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #fff;
  color: #54342a;
  border-radius: 50%;
  font-size: 1.1rem;
  box-shadow: 0 1px 4px #0001;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.footer-socials-mini .footer-social-mini:hover {
  background: #d4a574;
  color: #54342a;
  transform: translateY(-2px) scale(1.08);
}
@media (max-width: 767px) {
  .footer-section-simple .container {
    flex-direction: column !important;
    gap: 0.5rem;
    text-align: center;
  }
  .footer-links {
    justify-content: center !important;
  }
  .footer-socials-mini {
    justify-content: center !important;
  }
} 

/* Clean notification badge for cart */
.badge-clean {
  background: #ff4d4f;
  color: #fff;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-weight: bold;
  font-size: 0.78rem;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 2px solid #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  padding: 0;
  transition: min-width 0.2s, font-size 0.2s;
} 