/* === Single Product === */

body.single-product .woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0;
    padding: 15px 25px;
}

body.single-product .wpcbr-brands .wpcbr-brand {
    border: unset;
    border-radius: unset;
    padding: unset;
}

body.single-product .wpcbr-brands .wpcbr-brand .wpcbr-brand-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    margin: initial;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

body.single-product .wp-block-product-specifications-item {
    /* flex: 1 1 calc(25% - 8px); */
}

@media screen and (max-width: 1300px) {
    body.single-product .woocommerce h1.alignwide {
        margin-left: unset !important;
    }
}
