.product-info {
    text-align: left;
    margin-bottom: 20px;
}

.product-info h2 {
    font-size: 24px;
    margin-bottom: 5px;
}

.product-info p {
    font-size: 16px;
    margin: 0;
}

.product-description {
    width: 100%;
    margin-bottom: 20px;
}

.product-description h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.product-description p {
    text-align: justify;
}

.option-img {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 10px;
}

.selected {
    border: 3px solid #007bff;
    /* Color de selección */
}

.button-container {

    gap: 10px;
    max-width: 90vw;
}

.btn {
    padding: 10px 20px;
    border: 2px solid #ccc;
    background-color: white;
    cursor: pointer;
    transition: 0.3s;
    color: black;
}

.btn.selected {
    background-color: #007bff;
    color: white;
    border-color: #0056b3;
}

.p25 {
    max-width: 25%;
}

.p45 {
    max-width: 45%;

}

.arrow_back {
    cursor: pointer;
    margin-left: 10px;
    margin-top: 10px;
}

.carousel-control-next,
.carousel-control-prev

/*, .carousel-indicators */
    {
    filter: invert(100%);
}