.hero {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                url('/assets/images/header-bg.jpg') no-repeat center center/cover;
    height: 90vh;
    color: white;
}
.custom-navbar-bg {
    background-color: #fff5dd;
    border-bottom: 1px solid #6c3711;
}
.nav-link.active {
    color: #f15d30 !important;
}
.btn-add-cart {
    background-color: #f97316; /* oranye */
    border: none;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 500;
}
.btn-add-cart:hover {
    background-color: #ea580c;
}
.card {
    border-radius: 12px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 0.1);
}
.product-price {
    font-weight: 700;
    font-size: 1.8rem;
}
.garis{
    width: 60px; 
    height: 3px; 
    background-color: #f59e0b; 
    border-radius: 3px;
}
.oren{
    color: #f97316;
}
.bg-oren{
  background-color: #f97316;
}
.border-oren {
    border-color: #f97316 !important;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }
  
  .whatsapp-float img {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .product-card {
  border: 1px solid #6c3711; /* Warna border awal */
  border-radius: 10px;
  transition: all 0.3s ease;
  background-color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.product-card:hover {
  background-color: #6c3711; /* Warna saat hover */
  color: white;
  border-color: #6c3711;
}

.product-card:hover .card-title {
  color: white;
}
.btn-outline-custom {
    border: 1px solid #6c3711;
    color: #6c3711;
    background-color: transparent;
    transition: all 0.3s ease;
  }

  .btn-outline-custom:hover {
    background-color: #6c3711;
    color: #fff;
  }
  .text-justify {
  text-align: justify;
}
