  .hcontainer {
    width: 88%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #e7e7e7;
    border: 1px solid #ddd;
    border-radius: 8px;
  }
  .info {
    flex: 1;
    text-align: left; 
  }
  .title {
    color: #000;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 20px;
  }
  .image-container {
    margin-right: 50px;
  }
  .price {
    color: #E56600;
    font-size: 2em;
    margin-bottom: 20px;
  }
.gradient-button { 
  width: 320px;
  height: 320px; 
  background: linear-gradient(90deg, #ff7e52, #ff527e);
  border: none;
  border-radius: 10px;
  padding: 10px;
  margin: 5px; 
  text-align: center;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 1.2);
  font-size: 2em; 
  color: #fff; 
  font-family: Arial, sans-serif;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; 
}

.gradient-button:hover {
  background: linear-gradient(90deg, #ff527e, #ff7e52);
  color: #000; 
}


  .total-price {
    color: #000;
    font-size: 2em;
    margin-bottom: 20px;
  }
  .gmdbutton {
    background: linear-gradient(90deg, #e7a46e, #db3ca3);
    color: white;
    font-size: 1.3em;
    padding: 20px 70px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
  }
.butainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100vh; 
}

.gradion {
  width: 20%;
  height: 150px; 
  background: linear-gradient(90deg, #7b7573, #535353);
  border: none;
  border-radius: 10px;
  padding: 10px;
  margin: 5px; 
  text-align: center;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 1.2);
  font-size: 2em; 
  font-family: Arial, sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; 
}
.gradion:hover {
  background: linear-gradient(90deg, #ff527e, #ff7e52);
  color: #000; 
}
.button-ccontainer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #fff; 
  justify-content: center; /* Ë®Æ½¾ÓÖÐ¶ÔÆë */
}