.product-title {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  background: rgba(0,0,0,0.5);
  color: white !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.product-card {
  position: relative;
}



#theme-toggle-icon {
  font-size: 22px;
  cursor: pointer;
  margin: 0 10px;
  transition: transform 0.3s ease;
}

#theme-toggle-icon:hover {
  transform: scale(1.3);
}

body.dark-mode {
  background-color: #121212 !important;
  color: #b30000 !important;
}

body.dark-mode a,
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode p,
body.dark-mode span {
  color: #b30000 !important;
}

body {
  transition: background-color 0.3s ease, color 0.3s ease;
}