/**
 * Values attribute archive — match Roomify category/shop product grid chrome.
 * Loaded only on /values/{term}/ archives.
 */

body.roomify-values-archive,
body.tax-pa_values {
    background-color: #1a1614;
    color: #d7d0c3;
}

body.roomify-values-archive .woocommerce-breadcrumb,
body.tax-pa_values .woocommerce-breadcrumb {
    color: rgba(215, 208, 195, 0.7);
    margin: 24px auto 8px;
    max-width: 1250px;
    padding: 0 30px;
    box-sizing: border-box;
}

body.roomify-values-archive .woocommerce-breadcrumb a,
body.tax-pa_values .woocommerce-breadcrumb a {
    color: #d7d0c3;
}

body.roomify-values-archive .woocommerce-products-header,
body.tax-pa_values .woocommerce-products-header {
    display: none;
}

body.roomify-values-archive .woocommerce-notices-wrapper,
body.roomify-values-archive .woocommerce-result-count,
body.roomify-values-archive .woocommerce-ordering,
body.tax-pa_values .woocommerce-notices-wrapper,
body.tax-pa_values .woocommerce-result-count,
body.tax-pa_values .woocommerce-ordering {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    color: #d7d0c3;
}

body.roomify-values-archive .woocommerce-ordering select,
body.tax-pa_values .woocommerce-ordering select {
    background: #2b2b2b;
    color: #d7d0c3;
    border: 1px solid rgba(215, 208, 195, 0.25);
}

body.roomify-values-archive ul.products,
body.tax-pa_values ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 24px;
    max-width: 1250px;
    margin: 24px auto 48px;
    padding: 0 30px;
    list-style: none;
    box-sizing: border-box;
}

body.roomify-values-archive ul.products::before,
body.roomify-values-archive ul.products::after,
body.tax-pa_values ul.products::before,
body.tax-pa_values ul.products::after {
    display: none;
}

body.roomify-values-archive ul.products li.product,
body.tax-pa_values ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    display: flex;
    flex-direction: column;
    background: transparent;
    text-align: left;
}

body.roomify-values-archive ul.products li.product a img,
body.tax-pa_values ul.products li.product a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 0 14px;
    display: block;
    background: #241f1b;
}

body.roomify-values-archive ul.products li.product .woocommerce-loop-product__title,
body.tax-pa_values ul.products li.product .woocommerce-loop-product__title {
    color: #d7d0c3 !important;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 8px;
    padding: 0;
}

body.roomify-values-archive ul.products li.product .price,
body.tax-pa_values ul.products li.product .price {
    color: #c5a059 !important;
    font-size: 15px;
    margin: 0 0 14px;
}

body.roomify-values-archive ul.products li.product .price del,
body.tax-pa_values ul.products li.product .price del {
    opacity: 0.65;
    margin-right: 6px;
}

body.roomify-values-archive ul.products li.product .button,
body.roomify-values-archive ul.products li.product a.button,
body.tax-pa_values ul.products li.product .button,
body.tax-pa_values ul.products li.product a.button {
    margin-top: auto;
    align-self: stretch;
    background-color: #2d5544 !important;
    color: #d7d0c3 !important;
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 400;
    padding: 14px 16px;
    text-align: center;
}

body.roomify-values-archive ul.products li.product .button:hover,
body.roomify-values-archive ul.products li.product a.button:hover,
body.tax-pa_values ul.products li.product .button:hover,
body.tax-pa_values ul.products li.product a.button:hover {
    background-color: #244536 !important;
    color: #ffffff !important;
}

body.roomify-values-archive .woocommerce-pagination,
body.tax-pa_values .woocommerce-pagination {
    max-width: 1250px;
    margin: 0 auto 60px;
    padding: 0 30px;
    box-sizing: border-box;
}

body.roomify-values-archive .woocommerce-pagination ul.page-numbers,
body.tax-pa_values .woocommerce-pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.roomify-values-archive .woocommerce-pagination .page-numbers,
body.tax-pa_values .woocommerce-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    background: #d7d0c3;
    color: #1a1614;
    text-decoration: none;
}

body.roomify-values-archive .woocommerce-pagination .page-numbers.current,
body.tax-pa_values .woocommerce-pagination .page-numbers.current {
    background: #2d5544;
    color: #ffffff;
}

@media (max-width: 1024px) {

    body.roomify-values-archive ul.products,
    body.tax-pa_values ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {

    body.roomify-values-archive ul.products,
    body.tax-pa_values ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 14px;
        padding: 0 16px;
    }

    body.roomify-values-archive .woocommerce-breadcrumb,
    body.roomify-values-archive .woocommerce-result-count,
    body.roomify-values-archive .woocommerce-ordering,
    body.roomify-values-archive .woocommerce-pagination,
    body.tax-pa_values .woocommerce-breadcrumb,
    body.tax-pa_values .woocommerce-result-count,
    body.tax-pa_values .woocommerce-ordering,
    body.tax-pa_values .woocommerce-pagination {
        padding-left: 16px;
        padding-right: 16px;
    }
}