/* Breadcrumb styles */

.clorox-woocommerce-breadcrumb {
    max-width: 1140px;
    display: block;
    margin: 1em auto;
    padding: 0 1em;
    font-size: 0.625rem;
}

.clorox-woocommerce-breadcrumb p,
.clorox-woocommerce-breadcrumb .block-editor-inner-blocks {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.clorox-woocommerce-breadcrumb a {
    color: #676767;
    text-decoration: underline;
}

.clorox-woocommerce-breadcrumb a:hover {
    color: #63C265;
}

@media screen and (min-width: 480px) {
    .clorox-woocommerce-breadcrumb,
    .clorox-woocommerce-breadcrumb a,
    .clorox-woocommerce-breadcrumb p {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1140px) {
    .clorox-woocommerce-breadcrumb p {
        margin-left: 1em;
    }
}
