
/*
|--------------------------------------------------------------------------
| Stable Final: All Products breadcrumb and top gap
|--------------------------------------------------------------------------
| Only spacing/alignment. Product cards, filters, text, data untouched.
|--------------------------------------------------------------------------
*/
html body .all-products-page{
    padding-top:0 !important;
}

html body .all-products-page .all-products-shell{
    padding-top:18px !important;
}

html body .all-products-page .rr-storefront-breadcrumb-wrap.rr-breadcrumb-context-products{
    width:100% !important;
    max-width:none !important;
    margin:0 0 10px !important;
    padding:0 !important;
    transform:none !important;
}

@media (max-width: 768px){
    html body .all-products-page .all-products-shell{
        padding-top:14px !important;
    }
}
