.sidebar {
    padding-top: 1em;
    padding-left:4em ;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #1B1A17;
    color: #F0E3CA;
    font-size: 20px;
}
.gap-title {
    margin-top: 1em;
}
.text-bold  {
    font-weight: 700;
}

.product-text {
    font-size: 40px;
}

.product-list {
    display: flex;
    flex-direction: column;
}