body > main > section#wrapper  > div.container {
    background-color: #ffffff1c;
    padding: 5px 20px;
    border-radius: 0.5rem;
}

.trec-categories-widget {
    margin: 1.5rem 0;
}

.trec-category-block {
    margin-bottom: 1.25rem;
    padding: 1rem;
    border-radius: 0.5rem;
    background: #fff;
}

.trec-category-title {
    margin: 0 0 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 4px 15px;
    background-color: #ba9b7b36;
    border-radius: 0.5rem;
}
.trec-category-title h3 {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.3;
    text-transform: capitalize;
    color: #363636bd;
}

.trec-category-products {
    margin: 0 0 0.75rem;
    padding-left: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0.5rem 1rem;
}

.trec-category-product-item {
    margin-bottom: 0;
}

.trec-category-product-item .h4 {
    font-weight: 300;
    font-size: 15px;
}
.trec-category-product-item .price {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    display: block;
    color: #000;
}

.trec-category-more {
    font-weight: 400;
    text-decoration: underline;
    color: #363636bd;
    text-transform: uppercase;
    font-size: 12px;
}
