.product-archive {
    width: 100%;
}

.product-archive .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.product-archive .hero {
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-archive .hero h1 {
    font-size: 2.4rem;
    color: #fff;
    z-index: 10;
    margin-top: 100px;
    text-align: center;
    max-width: 65%;
}

.product-archive .hero p {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    z-index: 10;
    text-align: center;
}

.product-archive .hero .secondary-text p {
    font-size: 14px;
    position: relative;
    line-height: 14px;
    margin-top: 2%;
    max-width: 85%;
}

@media (min-width: 768px) {

   .product-archive .hero .secondary-text p {
        max-width: 1200px;
    }
}

.product-archive__pagination {
    margin-top: 40px;
    text-align: center;
}

.product-archive__pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #1a1a1a;
    text-decoration: none;
}

.product-archive__pagination .page-numbers.current {
    background-color: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}

.product-archive__group-title {
    color: #1E1810;
    margin: 50px auto;
}

