.shop-breadcrumb{

    padding:15px 0;
    /*background:rgba(24,112,199,.03);*/

}

.shop-hero{

    padding:70px 0;
    text-align:center;
    /*background:linear-gradient(
        135deg,
        rgba(24,112,199,.02),
        rgba(209,0,31,.02)
    );*/

    border-bottom:1px solid #eee;

}

.shop-badge{

    display:inline-block;
    padding:8px 18px;
    background:#2E5AAC;
    color:#fff;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;

}

.shop-title{

    font-size:52px;
    font-weight:700;
    margin-bottom:20px;

}

.shop-description{

    max-width:700px;
    margin:auto;
    color:#666;
    font-size:18px;

}

.shop-products{

    padding:70px 0;

}