.product-listing-header-wrapper{
    text-align: center;
    padding: 50px 0;
}
.product-listing-header-description{
    max-width: 780px;
    margin: 0 auto;
    font-family: "Archivo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 150%;
    margin-top: 16px;
}
.product-listing-header-wrapper .product-listing-header-content h1{
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
}

.breadcrumbs-button-wrapper .breadcrumbs .woocommerce-breadcrumb a{
    font-family: "Archivo", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    color: #949494;

}
.breadcrumbs-button-wrapper{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.breadcrumbs-button-wrapper .button-wrapper a{
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: #4A4A4A;
    text-decoration: underline;

}
@media screen and (max-width: 767px) {
   .breadcrumbs-button-wrapper{
        flex-direction: column;

   }
   .product-listing-header-wrapper .product-listing-header-content h1{
        font-size: 24px;
   }
   .product-listing-header-description{
    font-size: 12px;
}
    
}