/* Mobile-only improvements */
@media only screen and (max-width: 690px) {
    body[data-header-resize="0"] .container-wrap, 
    body[data-header-resize="0"] .project-title {
        margin-top: 0;
        padding-top: 24px !important;
    }
    
    .woocommerce-breadcrumb [class*=fa-] {
        line-height: 24px !important;
    }
    
    .single-product-main-image {
        margin-bottom: 8px !important;
    }
    
    .woocommerce-breadcrumb .breadcrumb_last,
    .woocommerce-breadcrumb > *:last-child {
        display: none !important;
    }
    
    /* Hide the separator/chevron before the last breadcrumb item */
    .woocommerce-breadcrumb > *:nth-last-child(2):not(a):not(span.breadcrumb_last),
    .woocommerce-breadcrumb [class*=fa-]:last-of-type {
        display: none !important;
    }
}