/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body {
    --e-global-color-cor-marca: #383E4D;
    --e-global-color-cor-destaque: #F78667;

}

.categoria-busca {}

.categoria-busca .categoria-busca__item {
    display: block;
    padding: 15px;
}

.categoria-busca .categoria-busca__item:hover {
    background-color: var(--e-global-color-cor-marca);
    color: #fff;
}

@media (min-width: 992px) {
    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .desktop-only {
        display: none !important;
    }
}

.popup-menu-mobile {
    z-index: 9999;
}

.svg-icon.elementor-widget-divider.elementor-view-default .elementor-icon svg {
    fill: transparent;
    color: rgba(0, 0, 0, 0.5);
}

.wpfFilterVerScroll {}

.wpfFilterVerScroll li {
    padding: 5px 0;
}

.wpfFilterVerScroll li .wpfLiLabel {}

.wpfFilterVerScroll li .wpfLiLabel .wpfCheckbox {}

.wpfFilterVerScroll li .wpfLiLabel .wpfDisplay {}

.wpfFilterVerScroll li[data-parent="0"] {
    text-transform: uppercase;
}

.wpfFilterVerScroll li[data-parent="0"] .wpfLiLabel {}

.wpfFilterVerScroll li[data-parent="0"] .wpfLiLabel .wpfCheckbox {
    display: none;
}

.wpfFilterVerScroll li[data-parent="0"] .wpfLiLabel .wpfDisplay {}

.wpfFilterVerScroll li ul {
    text-transform: initial;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.wpfFilterVerScroll li ul li[data-parent] {}

.wpfFilterVerScroll li ul li[data-parent] .wpfLiLabel .wpfCheckbox {
    display: inline-block;
}

.wpfFilterVerScroll li ul li[data-parent] .wpfLiLabel .wpfDisplay {}

div#wpfBlock_1 div.wpfFilterContent div.wpfCheckboxHier ul.wpfFilterVerScroll {
    max-height: none;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    background-color: var(--e-global-color-cor-destaque);
}

.filtro-produtos {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 1rem;
}

.filtro-produtos__grupo {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.filtro-produtos__grupo-titulo {
    font-size: 12px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.filtro-produtos__opcoes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.filtro-produtos__opcao {
    display: inline-flex;
    cursor: pointer;
}

.filtro-produtos__checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.filtro-produtos__pill {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    border-radius: 9999px;
    border: 2px solid #f0f0f0;
    background: #fff;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.08em;
    white-space: nowrap;
    transition: border-color 0.2s, color 0.2s, background 0.2s, box-shadow 0.2s;
    user-select: none;
}

.filtro-produtos__opcao:hover .filtro-produtos__pill {
    border-color: #00404d;
    color: #00404d;
}

.filtro-produtos__checkbox:checked+.filtro-produtos__pill {
    background: #00404d;
    border-color: #00404d;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 64, 77, 0.25);
}

.filtro-produtos__separador {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 0;
}

.filtro-produtos__preco {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.filtro-produtos__preco-titulo {
    font-size: 0.625rem;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.filtro-produtos__preco-campos {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filtro-produtos__preco-campo {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    border: 2px solid #f0f0f0;
    border-radius: 0.5rem;
    padding: 0.375rem 0.625rem;
    flex: 1;
    transition: border-color 0.2s;
}

.filtro-produtos__preco-campo:focus-within {
    border-color: #00404d;
}

.filtro-produtos__preco-simbolo {
    font-size: 0.7rem;
    font-weight: 700;
    color: #aaa;
    flex-shrink: 0;
}

.filtro-produtos__preco-input {
    border: none;
    outline: none;
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
    background: transparent;
    width: 100%;
    min-width: 0;
}

.filtro-produtos__preco-input::placeholder {
    color: #ccc;
    font-weight: 400;
}

.filtro-produtos__preco-separador {
    font-size: 0.7rem;
    color: #ccc;
    font-weight: 700;
    flex-shrink: 0;
}

.filtro-produtos__rodape {
    display: flex;
    gap: 0.5rem;
}

.filtro-produtos__botao {
    flex: 1;
    padding: 0.625rem 1.5rem;
    background: #00404d;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}

.filtro-produtos__botao:hover {
    background: #003039;
    box-shadow: 0 4px 12px rgba(0, 64, 77, 0.3);
}

.filtro-produtos__limpar {
    padding: 0.625rem 1rem;
    background: transparent;
    color: #aaa;
    border: 2px solid #f0f0f0;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: border-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.filtro-produtos__limpar:hover {
    border-color: #ccc;
    color: #666;
}

.filtro-produtos__slider-wrapper {
    position: relative;
    height: 20px;
    margin: 0.375rem 0;
}

.filtro-produtos__slider-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    right: 9px;
    height: 4px;
    background: #f0f0f0;
    border-radius: 2px;
}

.filtro-produtos__slider-fill {
    position: absolute;
    height: 100%;
    background: #00404d;
    border-radius: 2px;
}

.filtro-produtos__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.filtro-produtos__range--min {
    z-index: 3;
}

.filtro-produtos__range--max {
    z-index: 4;
}

.filtro-produtos__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #00404d;
    cursor: grab;
    box-shadow: 0 1px 6px rgba(0, 64, 77, 0.25);
    transition: box-shadow 0.2s;
}

.filtro-produtos__range::-webkit-slider-thumb:active {
    cursor: grabbing;
    box-shadow: 0 2px 10px rgba(0, 64, 77, 0.45);
}

.filtro-produtos__range::-moz-range-thumb {
    pointer-events: all;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #00404d;
    cursor: grab;
    box-shadow: 0 1px 6px rgba(0, 64, 77, 0.25);
}

/* ----------------------------------------
   obra-popular-autor
---------------------------------------- */

.obra-popular {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 1.25rem;
    padding: 2rem;
    transition: box-shadow 0.3s;
}

.obra-popular:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.obra-popular__capa {
    flex-shrink: 0;
    width: 160px;
}

.obra-popular__capa-link {
    display: block;
    aspect-ratio: 3 / 4;
    background: #fff;
    border-radius: 0.625rem;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transition: transform 0.25s;
}

.obra-popular__capa-link:hover {
    transform: scale(1.02);
}

.obra-popular__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.obra-popular__corpo {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.obra-popular__info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.obra-popular__titulo-link {
    text-decoration: none;
}

.obra-popular__titulo {
    font-size: 1.625rem;
    font-weight: 700;
    color: #111;
    line-height: 1.25;
    margin: 0;
    transition: color 0.2s;
}

.obra-popular__titulo-link:hover .obra-popular__titulo {
    color: #00404d;
}

.obra-popular__descricao {
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.65;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.obra-popular__preco-wrapper {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.obra-popular__preco {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.obra-popular__preco-atual {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111;
    line-height: 1;
}

.obra-popular__preco-de {
    font-size: 0.875rem;
    color: #aaa;
    text-decoration: line-through;
}

.obra-popular__acoes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.obra-popular__acoes .obra-popular__comprar {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    background: #00404d;
    color: #fff;
    border: none;
    border-radius: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s, opacity 0.2s;
    box-shadow: 0 3px 10px rgba(0, 64, 77, 0.28);
}

.obra-popular__acoes .obra-popular__comprar:hover {
    background: #003039;
    box-shadow: 0 5px 16px rgba(0, 64, 77, 0.38);
    color: #fff;
}

.obra-popular__detalhes {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.75rem;
    background: transparent;
    color: #666;
    border: 2px solid #e5e7eb;
    border-radius: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.obra-popular__detalhes:hover {
    background: #f5f5f5;
    border-color: #ccc;
    color: #333;
}

@media (max-width: 640px) {
    .obra-popular {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem;
        text-align: center;
    }

    .obra-popular__capa {
        width: 140px;
    }

    .obra-popular__preco-wrapper,
    .obra-popular__acoes {
        justify-content: center;
    }
}


.woosw-btn {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgY2xhc3M9ImUtZm9udC1pY29uLXN2ZyBlLWZhci1oZWFydCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQ1OC40IDY0LjNDNDAwLjYgMTUuNyAzMTEuMyAyMyAyNTYgNzkuMyAyMDAuNyAyMyAxMTEuNCAxNS42IDUzLjYgNjQuMy0yMS42IDEyNy42LTEwLjYgMjMwLjggNDMgMjg1LjVsMTc1LjQgMTc4LjdjMTAgMTAuMiAyMy40IDE1LjkgMzcuNiAxNS45IDE0LjMgMCAyNy42LTUuNiAzNy42LTE1LjhMNDY5IDI4NS42YzUzLjUtNTQuNyA2NC43LTE1Ny45LTEwLjYtMjIxLjN6bS0yMy42IDE4Ny41TDI1OS40IDQzMC41Yy0yLjQgMi40LTQuNCAyLjQtNi44IDBMNzcuMiAyNTEuOGMtMzYuNS0zNy4yLTQzLjktMTA3LjYgNy4zLTE1MC43IDM4LjktMzIuNyA5OC45LTI3LjggMTM2LjUgMTAuNWwzNSAzNS43IDM1LTM1LjdjMzcuOC0zOC41IDk3LjgtNDMuMiAxMzYuNS0xMC42IDUxLjEgNDMuMSA0My41IDExMy45IDcuMyAxNTAuOHoiPjwvcGF0aD48L3N2Zz4=");
    background-repeat: no-repeat;
    border: 0;
    background-position: center;
    padding: 0;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background-color: #eee;
    border-radius: 50%;
    background-size: 18px;
}

.woosw-btn:hover,
.woosw-btn.woosw-added {
    background-color: var(--e-global-color-cor-destaque);
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjAgMjAiPg0KICA8ZGVmcz48c3R5bGU+LnN0MCB7ZmlsbDogbm9uZTtzdHJva2U6ICNmZmY7c3Ryb2tlLWxpbmVjYXA6IHJvdW5kO3N0cm9rZS1saW5lam9pbjogcm91bmQ7c3Ryb2tlLXdpZHRoOiAxLjdweDt9PC9zdHlsZT48L2RlZnM+DQogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNy4zLDMuOGMtMS44LTEuOC00LjctMS44LTYuNSwwLDAsMCwwLDAsMCwwbC0uOC44LS44LS44Yy0xLjgtMS44LTQuNy0xLjgtNi41LDAtMS44LDEuOC0xLjgsNC43LDAsNi41bC44LjgsNi41LDYuNyw2LjUtNi41LjgtLjhjMS44LTEuOCwxLjgtNC43LDAtNi41LDAsMCwwLDAsMCwwdi0uMloiLz4NCjwvc3ZnPg==");
}

.woosw-btn:before {
    display: none;
}

/* ----------------------------------------
   woosw â€” lista de desejos
---------------------------------------- */

.woosw-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Transforma a tabela em layout de cards */
.woosw-list .woosw-items {
    display: block;
    width: 100%;
    border: none;
}

.woosw-list .woosw-items tbody {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.woosw-list .woosw-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    transition: box-shadow 0.25s, border-color 0.25s;
}

.woosw-list .woosw-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    border-color: rgba(0, 64, 77, 0.12);
}

/* BotÃ£o remover */
.woosw-list .woosw-item--remove {
    position: absolute;
    top: 0.875rem;
    right: 0.875rem;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
}

.woosw-items .woosw-item .woosw-item--remove span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 0;
    cursor: pointer;
    transition: background 0.2s;
    background: #ddd;
    padding: 0;
}

.woosw-items .woosw-item .woosw-item--remove span:before {
    position: static;
    width: auto;
    border: 0;
    height: auto;
    line-height: 1;
    background: transparent;
}

.woosw-list .woosw-item--remove span:hover {
    background: #fee2e2;
}

.woosw-list .woosw-item--remove span::before,
.woosw-list .woosw-item--remove span::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1.5px;
    background: #aaa;
    border-radius: 1px;
    transition: background 0.2s;
}

.woosw-list .woosw-item--remove span::before {
    /* transform: rotate(45deg); */
}

.woosw-list .woosw-item--remove span::after {
    transform: rotate(-45deg);
    display: none;
}

.woosw-list .woosw-item--remove span:hover::before,
.woosw-list .woosw-item--remove span:hover::after {
    background: transparent;
}

/* Imagem */
.woosw-list .woosw-item--image {
    flex-shrink: 0;
    width: 80px;
    padding: 0;
}

.woosw-list .woosw-item--image a {
    display: block;
    aspect-ratio: 1;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #f8f8f8;
    transition: transform 0.25s;
}

.woosw-list .woosw-item--image a:hover {
    transform: scale(1.03);
}

.woosw-list .woosw-item--image a .attachment-woocommerce_thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Info */
.woosw-list .woosw-item--info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    padding: 0;
    min-width: 0;
}

.woosw-list .woosw-item--name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.woosw-list .woosw-item--name a {
    color: #111;
    text-decoration: none;
    transition: color 0.2s;
}

.woosw-list .woosw-item--name a:hover {
    color: #00404d;
}

.woosw-list .woosw-item--price {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.woosw-list .woosw-item--price del {
    font-size: 0.8125rem;
    color: #bbb;
    text-decoration: line-through;
}

.woosw-list .woosw-item--price del .woocommerce-Price-amount {
    color: #bbb;
}

.woosw-list .woosw-item--price ins {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #111;
    text-decoration: none;
}

.woosw-list .woosw-item--price ins .woocommerce-Price-amount {
    color: #111;
}

/* Quando nÃ£o hÃ¡ desconto â€” preÃ§o simples */
.woosw-list .woosw-item--price>.woocommerce-Price-amount {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #111;
}

.woosw-list .woosw-item--price .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.woosw-list .woosw-item--time {
    font-size: 0.6875rem;
    color: #bbb;
    font-weight: 500;
}

/* AÃ§Ãµes */
.woosw-list .woosw-item--actions {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
    padding: 0;
    padding-right: 2rem;
    /* espaÃ§o para o botÃ£o remover */
}

.woosw-list table.woosw-items tr td {
    border: 0;
    background: transparent;
}

.woosw-list table.woosw-items tr:hover td {
    background: transparent;
}

.woosw-list .woosw-item--stock {
    font-size: 0.75rem;
    font-weight: 600;
    color: #16a34a;
}

.woosw-list .woosw-item--atc .product {
    margin: 0;
    padding: 0;
}

.woosw-list .woosw-item--atc .button {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1.125rem;
    background: #00404d;
    color: #fff;
    border: none;
    border-radius: 0.625rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0, 64, 77, 0.22);
}

.woosw-list .woosw-item--atc .button:hover {
    background: #003039;
    box-shadow: 0 4px 14px rgba(0, 64, 77, 0.32);
    color: #fff;
}

/* Barra de aÃ§Ãµes (rodapÃ© da lista) */
.woosw-list .woosw-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding-top: 0.5rem;
}

.woosw-list .woosw-actions a,
.woosw-list .woosw-actions button {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.125rem;
    border-radius: 0.625rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.woosw-items .woosw-item .woosw-item--remove {
    position: static;
    height: auto;
    padding: 0;
    margin: 0;
    width: auto;
    padding: 10px;
    flex: 0 0 auto;
    border: 0;
}

/* Responsive */
@media (max-width: 600px) {
    .woosw-list .woosw-item {
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1rem;
    }

    .woosw-list .woosw-item--image {
        width: 64px;
    }

    .woosw-list .woosw-item--info {
        flex: 1;
    }

    .woosw-list .woosw-item--actions {
        width: 100%;
        flex-direction: row;
        align-items: center;
        padding-right: 0;
    }

    .woosw-list .woosw-item--atc .button {
        flex: 1;
        justify-content: center;
    }
}

/* ----------------------------------------
   woocommerce — sidebar minha conta
---------------------------------------- */

.woocommerce-MyAccount-navigation {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 1rem;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
    margin: 0;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.625rem 0.875rem;
    border-radius: 0.625rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    transition: background 0.18s, color 0.18s;
    line-height: 1.4;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover {
    background: #f5f5f5;
    color: #111;
}

/* Item ativo */
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
    background: rgba(0, 64, 77, 0.08);
    color: #00404d;
    font-weight: 700;
}

/* Logout — destaque diferente */
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #999;
    margin-top: 0.25rem;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #fff1f1;
    color: #dc2626;
}

/* Ícones por item via ::before */
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
    transition: opacity 0.18s;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover::before,
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a::before {
    opacity: 1;
}

/* dashboard */
.woocommerce-MyAccount-navigation-link--dashboard a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300404d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='7' height='9' x='3' y='3' rx='1'/%3E%3Crect width='7' height='5' x='14' y='3' rx='1'/%3E%3Crect width='7' height='9' x='14' y='12' rx='1'/%3E%3Crect width='7' height='5' x='3' y='16' rx='1'/%3E%3C/svg%3E");
}

/* orders */
.woocommerce-MyAccount-navigation-link--orders a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300404d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/%3E%3Cline x1='3' x2='21' y1='6' y2='6'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E");
}

/* downloads */
.woocommerce-MyAccount-navigation-link--downloads a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300404d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' x2='12' y1='15' y2='3'/%3E%3C/svg%3E");
}

/* edit-address */
.woocommerce-MyAccount-navigation-link--edit-address a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300404d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

/* payment-methods */
.woocommerce-MyAccount-navigation-link--payment-methods a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300404d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='14' x='2' y='5' rx='2'/%3E%3Cline x1='2' x2='22' y1='10' y2='10'/%3E%3C/svg%3E");
}

/* edit-account */
.woocommerce-MyAccount-navigation-link--edit-account a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300404d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3C/svg%3E");
}

/* woosw — lista de desejos */
.woocommerce-MyAccount-navigation-link--wishlist a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300404d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21.4l7.8-7.8 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E");
}

/* logout */
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpolyline points='16 17 21 12 16 7'/%3E%3Cline x1='21' x2='9' y1='12' y2='12'/%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpolyline points='16 17 21 12 16 7'/%3E%3Cline x1='21' x2='9' y1='12' y2='12'/%3E%3C/svg%3E");
    opacity: 1;
}

/* Oculta <br> desnecessário dentro dos links */
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a br {
    display: none;
}

/* ----------------------------------------
   woocommerce — carrinho
---------------------------------------- */

/* Tabela principal — remove bordas padrão */
.woocommerce-cart-form .shop_table {
    border: none;
    border-collapse: separate;
    border-spacing: 0 0.625rem;
    width: 100%;
}

/* Cabeçalho */
.woocommerce-cart-form .shop_table thead tr {
    background: none;
}

.woocommerce-cart-form .shop_table thead tr th {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #aaa;
    border: none;
    padding: 0 1rem 0.5rem;
}

.woocommerce-cart-form .shop_table thead tr .product-remove,
.woocommerce-cart-form .shop_table thead tr .product-thumbnail {
    width: 1px;
    /* colapsa colunas auxiliares */
}

/* Cada linha de produto — card */
.woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item {
    background: #fff;
    border-radius: 0.875rem;
    box-shadow: 0 1px 0 #f0f0f0;
    transition: box-shadow 0.2s;
}

.woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

.woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item td {
    border: none;
    padding: 1rem;
    vertical-align: middle;
}

/* Células com borda arredondada apenas nas extremidades */
.woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item td:first-child {
    border-radius: 0.875rem 0 0 0.875rem;
}

.woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item td:last-child {
    border-radius: 0 0.875rem 0.875rem 0;
}

/* Botão remover */
.woocommerce-cart-form .shop_table tbody .woocommerce-cart-form__cart-item .product-remove {
    padding: 1rem 0.5rem 1rem 1rem;
}

.woocommerce-cart-form .shop_table .product-remove .remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #aaa !important;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.woocommerce-cart-form .shop_table .product-remove .remove:hover {
    background: #fee2e2;
    color: #dc2626 !important;
}

/* Imagem */
.woocommerce-cart-form .shop_table .product-thumbnail {
    padding: 1rem 0.5rem;
    width: 72px;
}

.woocommerce-cart-form .shop_table .product-thumbnail a {
    display: block;
    width: 56px;
    aspect-ratio: 1;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #f8f8f8;
    flex-shrink: 0;
    transition: transform 0.2s;
}

.woocommerce-cart-form .shop_table .product-thumbnail a:hover {
    transform: scale(1.04);
}

.woocommerce-cart-form .shop_table .product-thumbnail a .attachment-woocommerce_thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Nome */
.woocommerce-cart-form .shop_table .product-name a {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #111;
    text-decoration: none;
    transition: color 0.2s;
}

.woocommerce-cart-form .shop_table .product-name a:hover {
    color: #00404d;
}

/* Preço unitário */
.woocommerce-cart-form .shop_table .product-price {
    color: #666;
    font-size: 0.9rem;
}

/* Quantidade */
.woocommerce-cart-form .shop_table .product-quantity .quantity input[type=number] {
    width: 64px;
    padding: 0.375rem 0.5rem;
    border: 2px solid #f0f0f0;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    color: #333;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
    -moz-appearance: textfield;
}

.woocommerce-cart-form .shop_table .product-quantity .quantity input[type=number]:focus {
    border-color: #00404d;
}

.woocommerce-cart-form .shop_table .product-quantity .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce-cart-form .shop_table .product-quantity .quantity input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

/* Subtotal */
.woocommerce-cart-form .shop_table .product-subtotal {
    font-weight: 700;
    font-size: 1rem;
    color: #111;
    text-align: right;
}

/* Linha de ações (cupom + atualizar) */
.woocommerce-cart-form .shop_table tbody tr .actions {
    background: none;
    padding: 0.5rem 0;
}

.woocommerce-cart-form .shop_table tbody tr .actions td {
    border: none;
    padding: 0.75rem 0;
}

.woocommerce-cart-form .shop_table tbody tr .actions .coupon {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.woocommerce-cart-form .shop_table tbody tr .actions .coupon #coupon_code {
    padding: 0.5rem 0.875rem;
    border: 2px solid #f0f0f0;
    border-radius: 0.625rem;
    font-size: 0.8125rem;
    outline: none;
    transition: border-color 0.2s;
    color: #333;
}

.woocommerce-cart-form .shop_table tbody tr .actions .coupon #coupon_code:focus {
    border-color: #00404d;
}

.woocommerce-cart-form .shop_table tbody tr .actions .coupon .button,
.woocommerce-cart-form .shop_table tbody tr .actions>.button {
    padding: 0.5rem 1.125rem;
    border-radius: 0.625rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}

.woocommerce-cart-form .shop_table tbody tr .actions .coupon .button {
    background: #f5f5f5;
    color: #555;
    border: none;
}

.woocommerce-cart-form .shop_table tbody tr .actions .coupon .button:hover {
    background: #e8e8e8;
    color: #111;
}

.woocommerce-cart-form .shop_table tbody tr .actions>.button {
    background: #00404d;
    color: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 64, 77, 0.2);
    float: right;
}

.woocommerce-cart-form .shop_table tbody tr .actions>.button:hover {
    background: #003039;
    box-shadow: 0 4px 12px rgba(0, 64, 77, 0.3);
}

/* ---- Totais ---- */
.cart-collaterals .cart_totals {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 1rem;
    padding: 1.5rem;
}

.cart-collaterals .cart_totals h2 {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 1.25rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid #f0f0f0;
}

.cart-collaterals .cart_totals .shop_table {
    border: none;
    width: 100%;
    border-collapse: collapse;
}

.cart-collaterals .cart_totals .shop_table tbody tr {
    border-bottom: 1px solid #f5f5f5;
}

.cart-collaterals .cart_totals .shop_table tbody tr:last-child {
    border-bottom: none;
}

.cart-collaterals .cart_totals .shop_table th,
.cart-collaterals .cart_totals .shop_table td {
    border: none;
    padding: 0.75rem 0;
    font-size: 0.875rem;
    vertical-align: top;
}

.cart-collaterals .cart_totals .shop_table th {
    font-weight: 600;
    color: #666;
    width: 40%;
}

.cart-collaterals .cart_totals .shop_table td {
    text-align: right;
    color: #111;
    font-weight: 500;
}

/* Total final */
.cart-collaterals .cart_totals .shop_table .order-total th,
.cart-collaterals .cart_totals .shop_table .order-total td {
    padding-top: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #111;
}

.cart-collaterals .cart_totals .shop_table .order-total td strong {
    font-size: 1.25rem;
    color: #00404d;
}

/* Frete */
.cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals td {
    text-align: left;
}

.cart-collaterals .cart_totals .shop_table #shipping_method {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cart-collaterals .cart_totals .shop_table #shipping_method li {
    font-size: 0.8125rem;
    color: #555;
}

.cart-collaterals .cart_totals .woocommerce-shipping-destination,
.cart-collaterals .cart_totals .shipping-calculator-button {
    font-size: 0.75rem;
    color: #aaa;
    margin-top: 0.25rem;
    display: block;
}

.cart-collaterals .cart_totals .shipping-calculator-button {
    color: #00404d;
    text-decoration: none;
    font-weight: 600;
}

/* Botão finalizar compra */
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin-top: 1.25rem;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.875rem 1.5rem;
    background: #00404d;
    color: #fff;
    border: none;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 3px 10px rgba(0, 64, 77, 0.28);
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    background: #003039;
    box-shadow: 0 5px 16px rgba(0, 64, 77, 0.38);
}

.elementor-element.elementor-widget-image {}

.elementor-element.elementor-widget-image a {
    display: block;
    width: 100%;
}