/* archive banner */

.shoptimizer-category-banner.lazy-background h1 {
    padding-top: 2rem;
    padding-bottom: 15px;
}

.shoptimizer-category-banner.lazy-background .taxonomy-description p {
    padding-top: 1rem;
}

.shoptimizer-category-banner.lazy-background:before {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.6) 35%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.shoptimizer-category-banner.lazy-background h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(
        to right,
        #154a98 0%,
        #154a98 40%,
        rgba(21, 74, 152, 0.5) 80%,
        rgba(21, 74, 152, 0) 100%
    );
}



/* obrazki podkategorii */
ul.products li.product.product-category .cat-image-wrapper {
    border-radius: 4px;
}

ul.products li.product.product-category h2 {
    /* text-align: center; */
}


ul.products li.product.product-category h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.55em;
    width: 40px;
    height: 1px;
    background: linear-gradient(
        to right,
        #154a98 0%,
        #154a98 40%,
        rgba(21, 74, 152, 0.5) 80%,
        rgba(21, 74, 152, 0) 100%
    );
}

@media (min-width: 993px){
ul.products li.product.product-category h2:after {
    left: 15px;
 }
}