body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
}

.container {
    max-width: 500px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
}

.product-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

h1 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.description {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
}

.info p {
    font-size: 14px;
    margin: 5px 0;
}

.status {
    font-weight: bold;
}

.original {
    color: green;
}
