.x-main {
    background-color: #000;
}
.x-main > .x-container.max {
    max-width: none;
}
.x-container.offset-bottom,
.x-container.offset-top {
    margin-top: 0;
    margin-bottom: 0;
}
.x-section#cabecalho {
    margin: 0;
    padding: 0;
}
#cabecalho .x-bg {
    z-index: 1;
}
.x-row.row-cabecalho {
    padding: 220px 20px 50px;
}
.x-row.row-cabecalho,
.archive-container {
    max-width: 1507px;
}
.tit-cabecalho {
    font-size: 77px;
    line-height: 1.2;
}
.archive-container {
    padding: 80px 20px;
}
[class*=woocommerce] ul.products {
    margin: 0;
}
.before-feed-container {
    flex-flow: row wrap;
}
.before-feed-container {
    flex-flow: row wrap;
}
.woocommerce-notices-wrapper {
    width: 100%;
}
.woocommerce-result-count,
.woocommerce-ordering {
    float: none;
}
.woocommerce-result-count,
.woocommerce-ordering select {
    font-size: 17px;
    color: var(--bege);
}
.woocommerce-result-count {
    height: auto;
}
.woocommerce-ordering select {
    border: 2px solid var(--orange);
    background-color: transparent;
    border-radius: 4px;
    width: 270px;
    appearance: none;
    line-height: 1;
    background-image: url('/wp-content/uploads/2025/05/caret_select.svg');
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
}
.products .entry-featured {
    border: none;
    padding: 0;
    background-color: transparent;
}
[class*=woocommerce] li.product .entry-header h3 {
    font-size: 26px;
    letter-spacing: .1em;
    padding-bottom: 7px;
}
[class*=woocommerce] li.product .entry-header .price>.amount,
[class*=woocommerce] li.product .entry-header .price>ins>.amount {
    font-size: 24px;
}
[class*=woocommerce] li.product .entry-header .button {
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: .1em;
}
[class*=woocommerce] li.product .entry-header h3 {
    font-size: 22px;
    padding-bottom: 6px;
}
[class*=woocommerce] li.product .entry-header .price>.amount,
[class*=woocommerce] li.product .entry-header .price>ins>.amount {
    font-size: 22px;
}


/* RESPONSIVO */

@media screen and (max-width: 1599px) {
    .x-row.row-cabecalho,
    .archive-container {
        max-width: 1260px;
    }
    .archive-container {
    padding: 65px 20px;
}
.woocommerce-result-count, .woocommerce-ordering select {
    font-size: 16px;
}
    .tit-cabecalho {
    font-size: 70px;
}
    .x-row.row-cabecalho {
    padding: 185px 20px 45px;
}
}

@media screen and (max-width: 1399px) {
    .tit-cabecalho {
    font-size: 60px;
}
.x-row.row-cabecalho {
    padding: 160px 20px 45px;
}
}

@media screen and (max-width: 1199px) {
    .tit-cabecalho {
    font-size: 54px;
}
.x-row.row-cabecalho {
    padding: 145px 20px 45px;
}
}

@media screen and (max-width: 978px) {
    .x-row.row-cabecalho,
    .archive-container {
        max-width: 940px;
    }
    .x-row.row-cabecalho {
    padding: 130px 20px 45px;
    }
    .tit-cabecalho {
        font-size: 50px;
    }
}

@media screen and (max-width: 599px) {
    .before-feed-container {
        flex-direction: column;
    }
    .woocommerce-result-count {
        margin: 0;
    }
    [class*=woocommerce] li.product .entry-header h3 {
    font-size: 20px;
    padding-bottom: 5px;
    }
    [class*=woocommerce] li.product .entry-header .price>.amount,
    [class*=woocommerce] li.product .entry-header .price>ins>.amount {
        font-size: 20px;
    }
    .tit-cabecalho {
        font-size: 40px;
    }
}
