.product-cat-hero {
    padding: 326px 0 0;
    margin-bottom: 60px;
    position: relative;
    z-index: 1038;
}

.product-cat-hero__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 800px;
    max-height: 840px;
    background-position: center top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    top: 0;
    left: 0;
}

@media (min-width: 1920px) {
    .product-cat-hero__bg {
        min-height: 937px;
    }
}


.product-cat-hero__title {
    margin-bottom: 32px;
    text-transform: uppercase;
}
.product-cat-hero__text {
    letter-spacing: var(--letter-spacing-big);
    line-height: 1.28;
    max-width: 990px;
    text-align: center;
    margin: 0 auto;
}
.product-cat-hero__badges {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    gap: 16px;
    max-width: 735px;
    flex-wrap: wrap;
    align-items: center;
    margin-inline: auto;
}
.product-cat-hero__badge {
    text-decoration: none;
    transition: var(--transition);
    color: var(--white);
    line-height: 1.4;
    letter-spacing: 0.01em;
    border-radius: 16px;
    padding: 6px 24px;
    font-weight: 500;
    background: #2c173c;
}
.product-cat-hero__badge:hover {
    background: #381e4d;
}
.product-cat-hero__text > p, .product-cat-hero__text > ul, .product-cat-hero__text > ol {
    margin-bottom: 32px;
}
.product-cat-hero__text > p:last-child, .product-cat-hero__text > ul:last-child, .product-cat-hero__text > ol:last-child {
    margin-bottom: 0;
}
@media (max-width: 1680px) {
    .product-cat-hero__title {
        text-transform: unset;
        font-size: 80px;
    }
    .product-cat-categories__title {
        font-size: 48px;
        text-transform: none;
    }
}
@media (max-width: 1024px) {
    /*.product-cat-hero {
        padding-bottom: 222px;
    }*/
}
@media (max-width: 767px) {
    .product-cat-hero__title {
        font-size: var(--font-h1);
    }
    /*.product-cat-hero {
        padding-bottom: 210px;
    }*/
}
@media (max-width: 410px) {
    .header {
        background: #0b0413;
    }
}
