/*
 Theme Name:   Grillino Child
 Theme URI:    http://vecurosoft.com/products/wordpress/grillino/
 Description:  This is a child theme for Grillino WordPress Theme
 Author:       Vecurosoft
 Template:     grillino
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  grillino-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
<style>
.shop-category-filter-wrap {
    margin: 40px 0;
    text-align: center;
}

.shop-filter-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #003087; /* tumhara brand color */
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.shop-filter-heading::after {
    content: "";
    width: 60%;
    height: 3px;
    background: #003087;
    position: absolute;
    bottom: 0;
    left: 20%;
    border-radius: 10px;
}

.shop-category-filter {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.shop-category-filter .filter-btn {
    padding: 10px 18px;
    border-radius: 30px;
    border: 1px solid #000000;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #fff;
}

.shop-category-filter .filter-btn:hover,
.shop-category-filter .filter-btn.active {
    background: #000000;
    color: #fff;
}

</style>