/* Base styles for tmpl00 */
.products { }
.products_heading { 
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.products_heading h3 { margin: 0; }
.products_heading .button {
    padding: 8px 16px;
    background: #D4A84B;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
.category-section { margin-bottom: 48px; }
.indent-96 { height: 24px; }
