a[data-fancybox="gallery"]:hover img {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s ease;
}

.discontinued-container {
  background: #f78f8f;
  padding: 24px;
}

.discontinued-container h4 {
  background: #f78f8f;
  color: white;
  font-weight: bold;
}

.discontinued-container p {
  color: white;
}

.quick-links-list {
  gap: 8px;
  display: grid;
  list-style: none;
  padding-left: 24px;
}

.quick-links-list li {
  width: fit-content;
}

.quick-links-list li a {
  gap: 8px;
  display: flex;
  align-items: center;
}

.product-image {
  max-width: 300px;
  max-height: 400px;
}

@media only screen and (max-width: 425px) {
  .product-image {
    width: 100%;
  }
}
