body {
  background-color: #343a40;
  color: #212529;
  margin-bottom: 70px;
  /* Added margin at the bottom */
}

.jumbotron {
  background-color: #292b2c;
  color: #fff;
  text-align: center;
  padding-bottom: 0.5px;
  margin-bottom: 10px;
}

.slash {
  color: white;
  font-weight: 900;
}

.bottom-text {
  color: white;
  font-weight: 900;
}

.text-light {
  color: white !important;
  font-weight: 900 !important;
}

.product {
  margin: 10px;
  background-color: #8c939b;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  position: relative;
}

.product img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.product h3 {
  color: #231f20 !important;
  font-size: 1.6rem;
  text-shadow: -1px -1px 2px #5e666e, 1px -1px 2px #5e666e, -1px 1px 2px #5e666e,
    1px 1px 2px #5e666e;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  margin-right: 0.25rem;
  padding-right: 0.25rem;
}

.product:hover {
  background-color: #979da3; /* Light gray background color */
  transition: background-color 0.3s ease; /* Smooth transition effect */
}

.position-relative {
  position: relative;
}

.image-container {
  position: relative;
}

.price-overlay {
  position: absolute;
  top: 0;
  left: 5px;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.fa-solid.fa-tag:before {
  content: "\f02b"; /* Unicode character for the tag icon */
  font-family: "Font Awesome 5 Free"; /* Font Awesome library */
}

.buy-button {
  background-color: #5865f2;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.buy-button:hover {
  background-color: #747ef1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.footer {
  background-color: #292b2c;
  color: #fff;
  text-align: center;
  padding: 3px 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center; /* Vertically center the content */
  justify-content: center; /* Horizontally center the content */
}

.product-li {
  text-align: left;
}

.custom-modal {
  border-radius: 20px;
  background: url("https://i.imgur.com/YRrtC1z.png") repeat;
}

.custom-modal-header {
  background: url("https://widgets.widg.io/widgetassets/userfiles/203-2BE66B56-715F-48CC-98A7-A5F5F812283B")
    center top no-repeat;
  background-size: cover;
  height: 150px;
  border-radius: 20px 20px 0 0;
}

.custom-modal-content {
  padding: 20px;
}

.custom-modal-separator {
  border: 1px solid #ffffff;
  margin: 10px 0;
}

.custom-modal-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

.custom-modal-discount {
  font-size: 18px;
}

.custom-modal-button {
  background-color: #5865f2;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.custom-modal-button:hover {
  background-color: #677bd8;
}
