.elementor-4960 .elementor-element.elementor-element-9b80d6b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-4960 .elementor-element.elementor-element-9b80d6b:not(.elementor-motion-effects-element-type-background), .elementor-4960 .elementor-element.elementor-element-9b80d6b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-4960 .elementor-element.elementor-element-7d3d8a0{--spacer-size:100px;}.elementor-4960 .elementor-element.elementor-element-f38b10e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-3b0c802 *//* =========================================================
   TURIM MÁRMORES — CATÁLOGO EDITORIAL
   Aplicação exclusiva: categoria Mármores
   ========================================================= */

body.tax-product_cat.term-marmores {
    --catalog-black: #11110f;
    --catalog-text: #2a2926;
    --catalog-muted: #7b766e;
    --catalog-gold: #a47c42;
    --catalog-line: #dcd6cc;
    --catalog-background: #f7f5f1;
    --catalog-card: #fbfaf7;
    --catalog-white: #ffffff;

    color: var(--catalog-text);
    background: var(--catalog-background);
}

/* Remove estilos visuais genéricos do WooCommerce */
body.tax-product_cat.term-marmores .site-main,
body.tax-product_cat.term-marmores main {
    overflow: hidden;
    background: var(--catalog-background);
}

/* Container principal */
body.tax-product_cat.term-marmores .woocommerce,
body.tax-product_cat.term-marmores .site-main > .container,
body.tax-product_cat.term-marmores .content-area {
    width: min(100% - 48px, 1280px);
    max-width: 1280px;
    margin-inline: auto;
}

/* =========================================================
   CABEÇALHO DA CATEGORIA
   ========================================================= */

body.tax-product_cat.term-marmores .woocommerce-products-header {
    position: relative;
    margin: 0 0 52px;
    padding: 62px 0 38px;
    border-bottom: 1px solid var(--catalog-line);
}

/* Pequena etiqueta editorial */
body.tax-product_cat.term-marmores .woocommerce-products-header::before {
    content: "COLEÇÃO DE PEDRAS NATURAIS";
    display: block;
    margin-bottom: 14px;
    color: var(--catalog-gold);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.19em;
}

/* Título Mármores */
body.tax-product_cat.term-marmores
.woocommerce-products-header__title.page-title {
    max-width: 850px;
    margin: 0;
    color: var(--catalog-black);
    font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -0.045em;
}

/* Descrição da categoria, caso exista */
body.tax-product_cat.term-marmores
.term-description {
    max-width: 700px;
    margin-top: 22px;
    color: var(--catalog-muted);
    font-size: 16px;
    line-height: 1.75;
}

body.tax-product_cat.term-marmores
.term-description p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   CONTAGEM E ORDENAÇÃO
   ========================================================= */

body.tax-product_cat.term-marmores
.woocommerce-result-count {
    float: none;
    margin: 0 0 32px;
    color: var(--catalog-muted);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Barra superior quando existe ordenação */
body.tax-product_cat.term-marmores
.woocommerce-ordering {
    float: right;
    margin: -58px 0 28px;
}

body.tax-product_cat.term-marmores
.woocommerce-ordering select {
    min-width: 210px;
    min-height: 44px;
    padding: 0 42px 0 15px;
    color: var(--catalog-text);
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--catalog-line);
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
}

/* =========================================================
   GRID EDITORIAL
   ========================================================= */

body.tax-product_cat.term-marmores
.woocommerce ul.products,
body.tax-product_cat.term-marmores
ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 58px 30px !important;
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
}

/* Cards */
body.tax-product_cat.term-marmores
.woocommerce ul.products li.product,
body.tax-product_cat.term-marmores
ul.products li.product {
    position: relative;
    display: flex;
    float: none !important;
    flex-direction: column;
    width: 100% !important;
    min-width: 0;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
    background: transparent;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
}

/* Linha decorativa inferior */
body.tax-product_cat.term-marmores
ul.products li.product::after {
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 24px;
    background: var(--catalog-line);
    transform: scaleX(0.24);
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(.2, .7, .2, 1);
}

body.tax-product_cat.term-marmores
ul.products li.product:hover::after {
    transform: scaleX(1);
}

/* =========================================================
   IMAGENS DOS PRODUTOS
   ========================================================= */

body.tax-product_cat.term-marmores
ul.products li.product > a:first-child,
body.tax-product_cat.term-marmores
ul.products li.product .woocommerce-LoopProduct-link {
    display: block;
    position: relative;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

/* Moldura editorial vertical */
body.tax-product_cat.term-marmores
ul.products li.product
.woocommerce-LoopProduct-link {
    overflow: hidden;
}

/* Imagem com formato de catálogo */
body.tax-product_cat.term-marmores
ul.products li.product img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 5;
    margin: 0 0 24px !important;
    object-fit: cover;
    object-position: center;
    background: #e8e4dc;
    border-radius: 0 !important;
    filter: saturate(0.92) contrast(1.02);
    transition:
        transform 0.8s cubic-bezier(.2, .7, .2, 1),
        filter 0.5s ease;
}

/* Movimento elegante */
body.tax-product_cat.term-marmores
ul.products li.product:hover img {
    transform: scale(1.035);
    filter: saturate(1) contrast(1.03);
}

/* Sobreposição muito discreta */
body.tax-product_cat.term-marmores
ul.products li.product
.woocommerce-LoopProduct-link::after {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    width: 100%;
    aspect-ratio: 4 / 5;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(17, 17, 15, 0.02) 55%,
            rgba(17, 17, 15, 0.13) 100%
        );
    opacity: 0;
    transition: opacity 0.4s ease;
}

body.tax-product_cat.term-marmores
ul.products li.product:hover
.woocommerce-LoopProduct-link::after {
    opacity: 1;
}

/* =========================================================
   ETIQUETA DA CATEGORIA
   ========================================================= */

body.tax-product_cat.term-marmores
ul.products li.product .product-category,
body.tax-product_cat.term-marmores
ul.products li.product .category,
body.tax-product_cat.term-marmores
ul.products li.product .posted_in {
    display: block;
    margin: 0 0 9px;
    color: var(--catalog-gold);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/* Categoria exibida diretamente pelo template */
body.tax-product_cat.term-marmores
ul.products li.product a[href*="/categoria-produto/"] {
    color: var(--catalog-gold);
    text-decoration: none;
}

/* =========================================================
   NOME DO PRODUTO
   ========================================================= */

body.tax-product_cat.term-marmores
ul.products li.product
.woocommerce-loop-product__title,
body.tax-product_cat.term-marmores
ul.products li.product h2,
body.tax-product_cat.term-marmores
ul.products li.product h3 {
    display: -webkit-box;
    min-height: 54px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    color: var(--catalog-black);
    font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
    font-size: clamp(22px, 1.7vw, 27px) !important;
    font-weight: 500 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.025em;
    text-wrap: balance;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color 0.25s ease;
}

body.tax-product_cat.term-marmores
ul.products li.product:hover
.woocommerce-loop-product__title {
    color: #80623b;
}

/* =========================================================
   PREÇO, CASO SEJA EXIBIDO
   ========================================================= */

body.tax-product_cat.term-marmores
ul.products li.product .price {
    margin: 14px 0 0 !important;
    color: var(--catalog-muted) !important;
    font-size: 14px !important;
    font-weight: 500;
}

body.tax-product_cat.term-marmores
ul.products li.product .price ins {
    color: var(--catalog-black);
    font-weight: 600;
    text-decoration: none;
}

/* =========================================================
   BOTÃO "VER DETALHES"
   ========================================================= */

body.tax-product_cat.term-marmores
ul.products li.product .button,
body.tax-product_cat.term-marmores
ul.products li.product
.add_to_cart_button {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    align-self: flex-start;
    justify-content: flex-start;
    width: auto !important;
    min-height: auto;
    margin: 20px 0 0 !important;
    padding: 0 0 7px !important;
    color: var(--catalog-black) !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--catalog-black) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        border-color 0.25s ease;
}

/* Seta do botão */
body.tax-product_cat.term-marmores
ul.products li.product .button::after {
    content: "↗";
    position: static;
    margin-left: 9px;
    font-size: 14px;
    line-height: 1;
    transform: none;
    transition: transform 0.25s ease;
}

body.tax-product_cat.term-marmores
ul.products li.product .button:hover {
    color: var(--catalog-gold) !important;
    border-color: var(--catalog-gold) !important;
}

body.tax-product_cat.term-marmores
ul.products li.product .button:hover::after {
    transform: translate(3px, -3px);
}

/* Remove ícones ou loaders nativos */
body.tax-product_cat.term-marmores
ul.products li.product .button.loading::after,
body.tax-product_cat.term-marmores
ul.products li.product .button.added::after {
    position: static !important;
    margin-left: 9px !important;
}

/* =========================================================
   SELO DE OFERTA
   ========================================================= */

body.tax-product_cat.term-marmores
span.onsale {
    top: 16px !important;
    right: 16px !important;
    left: auto !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    min-height: 28px;
    margin: 0;
    padding: 7px 12px;
    color: var(--catalog-white);
    background: rgba(17, 17, 15, 0.92);
    border-radius: 0;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* =========================================================
   PAGINAÇÃO
   ========================================================= */

body.tax-product_cat.term-marmores
.woocommerce-pagination {
    margin-top: 76px;
    padding-top: 34px;
    border-top: 1px solid var(--catalog-line);
}

body.tax-product_cat.term-marmores
.woocommerce-pagination ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.tax-product_cat.term-marmores
.woocommerce-pagination ul li {
    border: 0 !important;
}

body.tax-product_cat.term-marmores
.woocommerce-pagination .page-numbers li a,
body.tax-product_cat.term-marmores
.woocommerce-pagination .page-numbers li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    color: var(--catalog-text);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.25s ease;
}

body.tax-product_cat.term-marmores
.woocommerce-pagination .page-numbers li a:hover,
body.tax-product_cat.term-marmores
.woocommerce-pagination .page-numbers li span.current {
    color: var(--catalog-white);
    background: var(--catalog-black);
    border-color: var(--catalog-black);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {
    body.tax-product_cat.term-marmores
    .woocommerce,
    body.tax-product_cat.term-marmores
    .site-main > .container,
    body.tax-product_cat.term-marmores
    .content-area {
        width: min(100% - 40px, 960px);
    }

    body.tax-product_cat.term-marmores
    .woocommerce ul.products,
    body.tax-product_cat.term-marmores
    ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 48px 24px !important;
    }

    body.tax-product_cat.term-marmores
    .woocommerce-products-header {
        padding-top: 48px;
    }

    body.tax-product_cat.term-marmores
    ul.products li.product
    .woocommerce-loop-product__title {
        font-size: 26px !important;
    }
}

/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 767px) {
    body.tax-product_cat.term-marmores
    .woocommerce,
    body.tax-product_cat.term-marmores
    .site-main > .container,
    body.tax-product_cat.term-marmores
    .content-area {
        width: calc(100% - 32px);
    }

    body.tax-product_cat.term-marmores
    .woocommerce-products-header {
        margin-bottom: 34px;
        padding: 40px 0 28px;
    }

    body.tax-product_cat.term-marmores
    .woocommerce-products-header::before {
        margin-bottom: 11px;
        font-size: 9px;
    }

    body.tax-product_cat.term-marmores
    .woocommerce-products-header__title.page-title {
        font-size: 48px;
    }

    body.tax-product_cat.term-marmores
    .woocommerce-ordering {
        float: none;
        width: 100%;
        margin: 0 0 34px;
    }

    body.tax-product_cat.term-marmores
    .woocommerce-ordering select {
        width: 100%;
    }

    body.tax-product_cat.term-marmores
    .woocommerce-result-count {
        margin-bottom: 20px;
    }

    body.tax-product_cat.term-marmores
    .woocommerce ul.products,
    body.tax-product_cat.term-marmores
    ul.products {
        grid-template-columns: minmax(0, 1fr);
        gap: 46px !important;
    }

    body.tax-product_cat.term-marmores
    ul.products li.product img {
        aspect-ratio: 4 / 5;
        margin-bottom: 21px !important;
    }

    body.tax-product_cat.term-marmores
    ul.products li.product
    .woocommerce-loop-product__title {
        min-height: auto;
        font-size: 28px !important;
    }

    body.tax-product_cat.term-marmores
    ul.products li.product .button {
        margin-top: 17px !important;
    }

    body.tax-product_cat.term-marmores
    ul.products li.product:hover img {
        transform: none;
    }

    body.tax-product_cat.term-marmores
    .woocommerce-pagination {
        margin-top: 56px;
    }
}

/* =========================================================
   ACESSIBILIDADE
   ========================================================= */

body.tax-product_cat.term-marmores a:focus-visible,
body.tax-product_cat.term-marmores select:focus-visible {
    outline: 3px solid rgba(164, 124, 66, 0.4);
    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
    body.tax-product_cat.term-marmores *,
    body.tax-product_cat.term-marmores *::before,
    body.tax-product_cat.term-marmores *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }
}/* End custom CSS */