.container-master{
    width: 75%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
}


.product-details {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.slideshow-container {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.mySlides {
    display: none;
    width: 100%;
    text-align: center;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 8px;
    margin-top: -22px;
    color: rgb(128, 1, 1);
    font-weight: bold;
    font-size: 28px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

h1 {
    color: #333;
}

label {
    display: block;
    margin-bottom: 8px;
}

input {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
    margin-left: 30px;
}

button {
    background-color: #333;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.product-details p.descricao{
    text-align: justify;
    text-indent: 25px;
}

button:hover {
    background-color: #555;
}
