

#spacerBox{
    display: flex;
    width: auto;
    height: auto;
    min-width: 300px;
}

.itemFull{
    display: flex;
    width: 320px;
    height: auto;
    padding: 0;
    margin-bottom: 8px;
    flex-direction: column;
    align-items: center;
}

.itemFull a div{
    display: flex;
    width: 312px;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 8px;
    border: 1px solid #B1D8FF;
    border-radius: 8px; 
}

.itemDetails{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 95%;
    height: 104px;
}

.stickerDetails{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 95%;
    height: 76px;
}

.priceColor{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    width: auto;
    height: auto;
}

.itemName{
    width: auto;
    height: auto;
    font-family: 'Tavern';
    font-weight: normal;
    font-size: x-large;
    color: #00264C;
    margin-bottom: 8px;
    line-height: 1;

}

.itemPrice{
    width: auto;
    height: auto;
    font-family: 'TavernStamp';
    font-size: large;
    color: #BD0B00;
    line-height: 1;

}