
.single-product-details {
  background: #081d2c;
  color: #f0f0f0;
  padding: 80px 20px;
}

.single-product-details .flex {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  align-items: center;
}

.single-product-details .product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
}

.product-description {
  flex: 1;
}

.product-description h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #fff;
}

.product-description .back-link {
  display: inline-block;
  margin-top: 2rem;
  background: #ffd600;
  color: #000;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
}