/*==================================================
    CATEGORY HEADER
==================================================*/

/*==================================================
    CATEGORY HEADER
==================================================*/

.category-header{

    background:#F7F8FA;

    background-position:center;

    background-repeat:no-repeat;

    background-size:cover;

    border-bottom:1px solid #ECECEC;

}

.category-header.no-banner{

    background:#F7F8FA;

}

.category-header__overlay{

    background:transparent;

    padding:40px 0;

}

.category-header__content{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:20px;

}

.category-header h1{

    margin:0;

    font-size:36px;

    font-weight:700;

    color:#082C6C;

}

/*==================================================
    BREADCRUMB
==================================================*/

.category-header__breadcrumb{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:14px;

}

.category-header__breadcrumb a{

    text-decoration:none;

    color:#666;

    transition:.25s;

}

.category-header__breadcrumb a:hover{

    color:#082C6C;

}

.category-header__breadcrumb i{

    font-size:11px;

    color:#999;

}

.category-header__breadcrumb .current{

    font-weight:700;

    color:#082C6C;

}

/*==================================================
    DESCRIPTION
==================================================*/

.category-header__description{

    margin:18px 0 20px;

    max-width:700px;

    font-size:16px;

    line-height:1.7;

    color:#555;

}

/*==================================================
    PRODUCT COUNT
==================================================*/

.category-header__count{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 22px;

    border-radius:999px;

    background:#F5B51D;

    color:#082C6C;

    font-weight:700;

}