body{
    background-color: black;
} 
.row{
    color: rgb(246, 246, 248);
    background-color: rgb(11, 11, 11);
    text-align: center;
    
}
.navbar{
  background-color: white;
} 
.navbar-brand{
font-family: "Walter Turncoat", cursive;
  font-weight: 400;
  font-style: normal;
}

h3{
 
} 

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  color: white;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.marquee-content {
  display: inline-flex;
  gap: 3rem;
  animation: scroll-right 8s linear infinite;
}

@keyframes scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
} 

.carousel-item {
    margin-left: 8px;
    margin-right: 8px;
} 

.name{
    color: white;
    text-align: center;
    
}
h4{
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
   margin-top: 15px;
  
} 

.kualitas{ 
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: white; 
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 5px;
  box-shadow: 3px 3px 10px rgb(126, 126, 161);
}

.Garansi{ 
  margin-top: 10pxpx;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: white; 
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 5px;
  box-shadow: 3px 3px 10px rgb(126, 126, 161);
}

.write{
  text-align: center;
}

/* ===== Added for dynamic products (view page) ===== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  padding: 20px;
}
.product-card {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgb(126, 126, 161);
  color: black;
  text-align: center;
  padding-bottom: 12px;
}
.product-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  background-color: #eee;
}
.product-card h5 {
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
}
.product-card .price {
  color: #0a7d3c;
  font-weight: bold;
}
.shopee-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 18px;
  background-color: #ee4d2d;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.shopee-btn:hover {
  background-color: #d43f22;
  color: white;
}

/* ===== Added for admin login page ===== */
.login-wrapper {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-box {
  background: white;
  padding: 30px;
  border-radius: 12px;
  width: 320px;
}

/* ===== Added for admin dashboard ===== */
.admin-wrapper {
  background: white;
  min-height: 100vh;
  padding: 20px;
}
.admin-product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.end{
  color: grey;
  text-align: center;
  background-color: white;
  padding-top: 20px;
}

.location-section {
  padding: 30px 0;
  text-align: center;
}
.map-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 24px;
  background-color: white;
  color: black;
  text-decoration: none;
  border-radius: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.map-btn:hover {
  background-color: aqua;
  color: black;
}