.shop-container {
    flex: 1;
    margin-left: 140px;
    background-color: white;
    border-radius: 10px;
    /* padding: 25px; */
    box-sizing: border-box;
    user-select: text !important;
    text-decoration: none;
    cursor: default;
    min-height: 100%;
    min-width: 30%;
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
    display:none;
}
    .shangpin-container {
      max-width: 600px;
      margin: 50px auto;
      background-color: #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      border-radius: 8px;
      overflow: hidden;
    }
    .product-image img {
      width: 100%;
      display: block;
    }
    .product-info {
      padding: 20px;
    }
    .product-title {
      font-size: 24px;
      margin-bottom: 10px;
    }
    .product-description {
      font-size: 14px;
      color: #555;
      margin-bottom: 20px;
    }
    .product-price {
      font-size: 20px;
      color: #e74c3c; 
      margin-bottom: 20px;
    }
    .buy-button {
      display:inline-block; 
      padding:12px 24px; 
      background:#27ae60; 
      color:#fff; 
      text-decoration:none; 
      border-radius:4px; 
    }
    .buy-button:hover{
        background:#219150
    }
