#productImg {
    width: 25em;
    height: 25em;
    margin : 1em;
}

#productDescription {
    width: auto;
    height: auto;
    margin-top: 4em;
}

#productBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15em;
}

img{
    width: 100%;
    height: 100%;
}

#priceProduct{
    width: 200%;
    font-style: oblique;
}

#description{
    text-align: left;
}
#sizes{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    gap: 1px;
    border: black 5px solid;
}
#selectedSize{
    text-align: center;
    font-weight: bolder;
    color: black;
    width: 30px;
}
.size{
    text-align: center;
    color: grey;
    width: 30px;
}