#itemPageSection{
    padding-bottom: 50px;
}

#itemPageSection .contentContainer {
    display: flex;

    flex-direction: column;
    align-items: center;
}

#imgContainer {
    width: 300px;
    height: 300px;

    margin-top: 20px;
    margin-bottom: 40px;

    scroll-snap-type: y mandatory;
    overflow-y: auto;
}

#imgContainer div{
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    scroll-snap-align: start;

}

#itemNameHeader {
    max-width: 80%;
    margin-bottom: 20px;
}

#itemPriceHeader {
    max-width: 80%;
    margin-bottom: 20px;
}


#itemDescriptionContainer {
    max-width: 80%;

}

#itemDescriptionContainer p {
    line-break: anywhere;
    font-size: 11pt;

    margin-bottom: 10px;
}