.woocommerce-checkout form.checkout {
    grid-template-columns: none !important;
}

.e-woocommerce-login-section {
    display: none !important;
}

.woocommerce-checkout [class*="e-checkout__order"] {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: 12px !important;
    padding: 28px 32px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
    margin: 0 0 24px !important;
    box-sizing: border-box;
}

nav .botao-principal a {
    background-color: #097268;
    padding: 7px 13px !important;
    color: #fff !important;
    border-radius: 5px;
    margin-left: 30px;
}

.redes-sociais-widget {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.redes-sociais-widget a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    background-color: #097268;
    padding: 0px 30px 0px 2px;
    border-radius: 40px;
    font-weight: 700;
    border: 2px solid #097268;
    transition: all 1s;
}

.redes-sociais-widget a:hover {
    background-color: #F3EEE8;
}

.redes-sociais-widget a:hover svg {
    fill: #097268;
}

.redes-sociais-widget a svg {
    width: 30px;
    fill: #F3EEE8;
}

.redes-sociais-widget a:hover span {
    color: #097268;
}

.redes-sociais-widget a span {
    font-size: 18px;
    color: #F3EEE8;
}

.consulte-exame form {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.consulte-exame form label {
    font-family: "Montserrat", Sans-serif;
    color: #097268;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.consulte-exame form input {
    background-color: #F3EEE8;
    max-width: 240px;
    width: 100%;
    border: 1px solid #097268;
}

.consulte-exame form .btn-exame {
    font-family: "Montserrat", Sans-serif;
    background-color: #097268;
    color: #F3EEE8;
    border-radius: 10px;
    max-width: 100px;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    transition: all 1s;
}

.consulte-exame form .btn-exame:hover {
    background-color: #F3EEE8;
    color: #097268;
}

.card-terms .elementor-heading-title {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 285px;
    overflow-y: auto;
}

.card-terms span {
    background-color: #F3EEE8;
    padding: 20px 30px;
    border-radius: 60px;
    margin-right: 20px
}

.card-terms .elementor-heading-title::-webkit-scrollbar {
    width: 39px;
}

.card-terms .elementor-heading-title::-webkit-scrollbar-track {
    background: #F3EEE8;
    border-radius: 60px;
}

.card-terms .elementor-heading-title::-webkit-scrollbar-thumb {
    background-color: #00383F;
    border-radius: 60px;
    border: 5px solid #F3EEE8;
}

.card-terms .elementor-heading-title::-webkit-scrollbar-thumb:hover {
    background-color: #097268;
}

.cards-terms-home .card-terms span {
    background-color: #097268;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #F3EEE8;
}

.cards-terms-home .card-terms .elementor-heading-title::-webkit-scrollbar-track {
    background: #097268;
}

.cards-terms-home .card-terms .elementor-heading-title::-webkit-scrollbar-thumb {
    border: 5px solid #097268;
}

/* ───────────────────────────────────────────────────────────────────────────
   CHECKOUT — ajustes pontuais (mesma filosofia do carrinho: sem mexer em
   fundo, tipografia ou cores que herdam do tema; apenas estrutura/layout
   e refinamentos sutis)
   ─────────────────────────────────────────────────────────────────────────── */

/* Expande o container Elementor .e-con-boxed apenas no checkout, pra deixar
   o controle de largura com o .woocommerce (alinha com .entry-title do tema) */
body.woocommerce-checkout .e-con-boxed,
body.woocommerce-checkout .e-con-boxed>.e-con-inner {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Wrapper do checkout — espelha exatamente as media queries do Hello Elementor
   aplicadas em .page-header .entry-title (que é o título "Finalização de compra")
   Garantindo alinhamento perfeito entre título do tema e form do widget */
.woocommerce-checkout .woocommerce {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    padding-inline: 10px !important;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .woocommerce-checkout .woocommerce {
        max-width: 500px !important;
    }
}

@media (min-width: 768px) {
    .woocommerce-checkout .woocommerce {
        max-width: 600px !important;
    }
}

@media (min-width: 992px) {
    .woocommerce-checkout .woocommerce {
        max-width: 800px !important;
    }
}

@media (min-width: 1200px) {
    .woocommerce-checkout .woocommerce {
        max-width: 1140px !important;
    }
}

/* Notice "produto adicionado" — também respeita o container */
.woocommerce-checkout .woocommerce-notices-wrapper:empty {
    display: none !important;
}

/* Layout 2 colunas: dados à esquerda, resumo à direita */
.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
    align-items: start;
}

@media (max-width: 900px) {
    .woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


/* Empilha col-1/col-2 dentro do customer_details (não lado a lado) */
.woocommerce-checkout #customer_details.col2-set .col-1,
.woocommerce-checkout #customer_details.col2-set .col-2,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    padding: 30px !important;
    margin: 0 0 24px !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
}

/* Form-rows ocupam 100% (WC default usa float:left 47%) */
.woocommerce-checkout form.checkout .form-row,
.woocommerce-checkout form .form-row-first,
.woocommerce-checkout form .form-row-last,
.woocommerce-checkout form .form-row-wide {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 0 16px !important;
}

.woocommerce-checkout form .form-row .input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(0, 56, 63, 0.15);
    border-radius: 8px;
    padding: 12px 14px;
    background: #fff;
    transition: border-color 0.2s;
}

.woocommerce-checkout form .form-row .input-text:focus,
.woocommerce-checkout form .form-row textarea:focus,
.woocommerce-checkout form .form-row select:focus {
    border-color: rgba(0, 56, 63, 0.4);
    outline: none;
}

.woocommerce-checkout form .form-row textarea {
    min-height: 100px;
    resize: vertical;
}

/* Bloco da mensagem aos noivos — destaque sutil */
.bravva-mensagem-noivos {
    margin-top: 16px;
    margin-bottom: 24px;
    padding: 18px;
    border: 1px dashed rgba(0, 56, 63, 0.2);
    border-radius: 10px;
}

.bravva-mensagem-noivos h3 {
    margin: 0 0 12px;
    font-size: 1.05em;
}

/* ───── Tabela de items do checkout (estilo Mercado Livre) ───────────────── */
.woocommerce-checkout-review-order-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    table-layout: auto;
    margin-bottom: 16px;
}

/* Header "Presente / Subtotal" — label discreto estilo Stripe */
.woocommerce-checkout-review-order-table thead th {
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #a3acba !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0 0 12px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.woocommerce-checkout-review-order-table thead th.product-total {
    text-align: right !important;
}

/* Linhas dos produtos */
.woocommerce-checkout-review-order-table tbody .cart_item td {
    padding: 16px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
    border-top: none !important;
    vertical-align: middle !important;
}

.woocommerce-checkout-review-order-table tbody .cart_item:last-child td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.woocommerce-checkout-review-order-table tbody .cart_item td.product-name {
    padding-right: 12px !important;
}

.woocommerce-checkout-review-order-table tbody .cart_item td.product-total {
    text-align: right !important;
    font-weight: 600 !important;
    color: #1a1f2c !important;
    white-space: nowrap;
    font-size: 14px !important;
}

/* Wrapper do item (img + info) */
.stecker-co-item-wrap {
    display: flex !important;
    align-items: center;
    gap: 14px;
}

.stecker-co-item-img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 6px;
    background: #FAF1EA;
    padding: 4px;
    flex-shrink: 0;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.stecker-co-item-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.stecker-co-item-name {
    color: #1a1f2c !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.stecker-co-item-name a {
    color: inherit !important;
    text-decoration: none !important;
}

.stecker-co-item-name a:hover {
    color: #7D2A2D !important;
}

.stecker-co-item-qty {
    font-size: 12px;
    color: #a3acba;
    font-weight: 400;
}

/* Coluna do subtotal: X em cima, valor embaixo, alinhados à direita */
.woocommerce-checkout-review-order-table tbody .cart_item td.product-total {
    text-align: right !important;
    vertical-align: top !important;
    padding-top: 12px !important;
}

.stecker-co-item-subtotal {
    display: block;
    margin-top: 14px;
    color: #1a1f2c;
    font-weight: 600;
    font-size: 14px;
}

/* Botão "X" — discreto, alinhado à direita acima do preço */
.stecker-co-item-remove,
.woocommerce-checkout .stecker-co-item-remove {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    color: #a3acba !important;
    background: transparent;
    text-decoration: none !important;
    transition: background-color 0.15s, color 0.15s, opacity 0.15s;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    border: none !important;
    cursor: pointer;
    margin-left: auto;
}

.stecker-co-item-remove:hover,
.woocommerce-checkout .stecker-co-item-remove:hover {
    background: rgba(176, 65, 62, 0.08);
    color: #b0413e !important;
    text-decoration: none !important;
}

/* Linha "Ver mais produtos" — link discreto após a lista */
.stecker-co-ver-mais td {
    padding: 16px 0 4px !important;
    border: none !important;
    text-align: left !important;
}

.stecker-co-ver-mais a {
    display: inline-block;
    font-size: 13px;
    color: #697386 !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: color 0.15s;
}

.stecker-co-ver-mais a:hover {
    color: #7D2A2D !important;
}

/* Linhas de subtotal e total — sutis, sem peso visual exagerado */
.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout-review-order-table tfoot tr td {
    padding: 10px 0 !important;
    border: none !important;
    font-size: 14px !important;
}

.woocommerce-checkout-review-order-table tfoot tr td {
    text-align: right !important;
    color: #1a1f2c !important;
    font-weight: 500 !important;
}

.woocommerce-checkout-review-order-table tfoot tr th {
    color: #697386 !important;
    font-weight: 400 !important;
}

/* Linha do TOTAL final — destaque elegante (não exagerado) */
.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding-top: 16px !important;
    margin-top: 8px;
    font-size: 15px !important;
    color: #1a1f2c !important;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total th {
    font-weight: 600 !important;
    color: #1a1f2c !important;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    font-weight: 600 !important;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total td .amount,
.woocommerce-checkout-review-order-table tfoot tr.order-total .amount {
    color: #1a1f2c !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

/* ───── Formulário estilo Stripe: bordas quase invisíveis, tipografia leve ── */

/* Títulos das seções — sem border-bottom, peso médio, espaçamento generoso */
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout .woocommerce-billing-fields>h3,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .bravva-mensagem-noivos h3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a1f2c !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    border: none !important;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

/* Labels — pequenos, peso leve, cinza médio (estilo Stripe) */
.woocommerce-checkout form .form-row label {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #4a5165 !important;
    margin-bottom: 6px !important;
    display: block !important;
    letter-spacing: 0 !important;
}

/* Asterisco discreto */
.woocommerce-checkout form .form-row label .required,
.woocommerce-checkout form .form-row label abbr.required {
    color: #a3acba !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    border: none !important;
    margin-left: 2px;
}

/* Inputs — borda quase invisível, sombra leve no foco */
.woocommerce-checkout form .form-row .input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout form input[type="text"],
.woocommerce-checkout form input[type="email"],
.woocommerce-checkout form input[type="tel"] {
    box-sizing: border-box !important;
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 6px !important;
    padding: 11px 14px !important;
    background: #fff !important;
    color: #1a1f2c !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
    transition: border-color 0.15s, box-shadow 0.15s !important;
}

.woocommerce-checkout form .form-row .input-text:hover,
.woocommerce-checkout form .form-row textarea:hover,
.woocommerce-checkout form .form-row select:hover {
    border-color: rgba(0, 0, 0, 0.16) !important;
}

.woocommerce-checkout form .form-row .input-text:focus,
.woocommerce-checkout form .form-row textarea:focus,
.woocommerce-checkout form .form-row select:focus,
.woocommerce-checkout form input[type="text"]:focus,
.woocommerce-checkout form input[type="email"]:focus,
.woocommerce-checkout form input[type="tel"]:focus {
    border-color: rgba(125, 42, 45, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(125, 42, 45, 0.1) !important;
    outline: none !important;
}

.woocommerce-checkout form .form-row .input-text::placeholder,
.woocommerce-checkout form .form-row textarea::placeholder {
    color: #a3acba !important;
    font-weight: 400 !important;
}

/* Espaço generoso entre campos (estilo Stripe) */
.woocommerce-checkout form.checkout .form-row {
    margin-bottom: 18px !important;
}

/* Textarea da mensagem — mesmo tratamento sutil */
.woocommerce-checkout .bravva-mensagem-noivos textarea {
    min-height: 92px !important;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 12px 8px;
    border-bottom: 1px solid rgba(0, 56, 63, 0.08);
    word-spacing: normal;
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: left;
    vertical-align: top;
}

.woocommerce-checkout-review-order-table td.product-name,
.woocommerce-checkout-review-order-table th.product-name {
    width: 65%;
}

.woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout-review-order-table th.product-total {
    text-align: right;
    white-space: nowrap;
}

.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .order-total th {
    font-size: 1.1em;
    font-weight: 700;
    border-bottom: none;
    padding-top: 16px;
}

/* Métodos de pagamento (Pix / Cartão) — cards selecionáveis */
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    margin: 0 0 16px;
    border-bottom: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 14px 16px;
    transition: border-color 0.15s, background-color 0.15s, box-shadow 0.15s;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.woocommerce-checkout #payment ul.payment_methods li:hover {
    border-color: rgba(0, 0, 0, 0.18);
}

.woocommerce-checkout #payment ul.payment_methods li:has(input:checked) {
    border-color: rgba(125, 42, 45, 0.5);
    box-shadow: 0 0 0 3px rgba(125, 42, 45, 0.08);
    background-color: #f9fafa !important;
}

.woocommerce-checkout #customer_details.col2-set .col-2 {
    display: none !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p {
    margin: 0px !important;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    max-height: 26px;
    width: auto;
}

.woocommerce-checkout #payment div.payment_box {
    background: rgba(0, 56, 63, 0.03);
    border-radius: 8px;
    padding: 14px;
    margin-top: 10px;
    font-size: 0.9em;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

/* Botão "Finalizar pedido" — estilo Stripe clean, vermelho/borgonha sólido */
.woocommerce-checkout #place_order {
    width: 100%;
    background: #1a1f2c !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    cursor: pointer;
    margin-top: 16px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    transition: background-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.woocommerce-checkout #place_order:hover {
    background: #2c3144 !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    text-decoration: none !important;
}

/* Info de pagamento seguro abaixo do botão (padrão de marketplace) */
.woocommerce-checkout #order_review #payment::after {
    content: "🔒  Pagamento 100% seguro processado pelo Mercado Pago";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6b6b6b;
    margin-top: 14px;
    line-height: 1.5;
}

/* Mensagens (erros, sucesso, info) — refinamento sutil */
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info {
    border-radius: 8px;
    padding: 14px 18px;
}

/* Esconde tudo relacionado a login/cupom/criar conta — não faz sentido aqui */
.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout_coupon,
.woocommerce-checkout .woocommerce-account-fields,
.woocommerce-checkout .create-account {
    display: none !important;
}

/* Container do widget Elementor — fundo bege do site */
.woocommerce-checkout .elementor-widget-woocommerce-checkout-page,
.woocommerce-checkout .elementor-widget-woocommerce-checkout-page>.elementor-widget-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Cards "Seus dados", "Seu pedido" e "Pagamento" — mesmo estilo Stripe */
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: 12px !important;
    padding: 28px 32px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
    margin: 0 0 24px !important;
    box-sizing: border-box;
}

.woocommerce-checkout h1 {
    font-size: 28px;
    padding-left: 10px;
}

.site-footer .footer-inner .site-branding .site-logo img {
    width: 70px!important;
}

.site-footer .footer-inner .copyright p {
    margin-top: 10px!important;
    margin-bottom: 15px!important;
    font-family: "Noto Serif Georgian", Sans-serif!important;
    font-size: 16px!important;
    font-weight: 300!important;
    line-height: 21px!important;
    color: var(--e-global-color-primary)!important;
}

/* Sobrescreve a regra anterior que zerava o #payment */
.woocommerce-checkout #payment {
    background: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 0px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
}

/* Título "Opções de pagamento" — mesmo padrão dos outros */
.stecker-payment-heading {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a1f2c !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    border: none !important;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

/* Containers internos (billing/additional/mensagem) sem card próprio */
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .bravva-mensagem-noivos {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Espaço entre "Seus dados" e "Envie uma mensagem" dentro do mesmo card */
.woocommerce-checkout .bravva-mensagem-noivos {
    margin-top: 28px !important;
    padding-top: 24px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
}

/* Esconde definitivamente elementos órfãos que aparecem como inputs vazios */
.woocommerce-checkout .woocommerce-notices-wrapper:empty,
.woocommerce-checkout form .woocommerce-form-login,
.woocommerce-checkout form .woocommerce-form-login-toggle,
.woocommerce-checkout form .woocommerce-form-coupon,
.woocommerce-checkout form .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout_coupon,
.woocommerce-checkout .woocommerce-account-fields,
.woocommerce-checkout .e-coupon-anchor,
.woocommerce-checkout .e-coupon-box,
.woocommerce-checkout .e-checkout__coupon,
.woocommerce-checkout .e-login-form,
.woocommerce-checkout .e-checkout__login,
.woocommerce-checkout [class*="e-checkout-login"],
.woocommerce-checkout [class*="e-checkout-coupon"],
.woocommerce-checkout form>[class*="coupon"],
.woocommerce-checkout form>[class*="login"]:not(.input-text) {
    display: none !important;
}

/* Remove bordas internas, backgrounds e padding de wrappers do widget Elementor
   dentro dos cards "Seus dados", "Seu pedido" e pagamento */


/* ───────────────────────────────────────────────────────────────────────────
   CARRINHO — ajustes pontuais (sem mexer em fundo, layout, tipografia da página)
   Toca apenas em: card dos itens, controle de quantidade, preços e botão.
   ─────────────────────────────────────────────────────────────────────────── */

/* Faz o bloco do carrinho ocupar 100% do container pai (alinha com header) */
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-cart .wp-block-woocommerce-filled-cart-block,
body.woocommerce-cart .wc-block-cart {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Card sutil em volta da tabela de itens (apenas borda + cantos arredondados) */
.wc-block-cart .wc-block-cart-items,
.woocommerce-cart table.shop_table.cart {
    background: transparent;
    border: 1px solid rgba(0, 56, 63, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

/* Imagem do produto: tamanho consistente e cantos arredondados */
.wc-block-cart-item__image img,
.woocommerce-cart table.cart .product-thumbnail img {
    width: 96px !important;
    height: 96px !important;
    object-fit: cover;
    border-radius: 10px;
}

/* Mais ar entre linhas dos itens */
.wc-block-cart-items__row td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* Hover sutil na linha (feedback visual de marketplace) */
.wc-block-cart-items__row:hover {
    background-color: rgba(0, 56, 63, 0.02);
    transition: background-color 0.2s;
}

/* Controle de quantidade — visual mais limpo */
.wc-block-components-quantity-selector {
    border: 1px solid rgba(0, 56, 63, 0.15) !important;
    border-radius: 8px !important;
}

/* Botão "Ir para o pagamento" — remove uppercase e sublinhado herdado */
.wc-block-cart__submit-button,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border-radius: 8px !important;
    padding: 14px 20px !important;
    width: 100% !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-decoration: none !important;
    text-align: center;
    box-sizing: border-box;
    transition: opacity 0.2s, transform 0.2s;
}

.wc-block-cart__submit-button:hover,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    text-decoration: none !important;
    opacity: 0.92;
    transform: translateY(-1px);
}

/* Link "← Continuar comprando" injetado via JS — discreto, abaixo do botão */
.stecker-voltar-loja {
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 13px;
    color: #6b6b6b;
    text-decoration: none;
    transition: color 0.2s;
}

.stecker-voltar-loja:hover {
    color: #7D2A2D;
    text-decoration: underline;
}

/* Info de segurança abaixo do "Continuar comprando" */
.stecker-pagamento-seguro {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6b6b6b;
    margin-top: 10px;
    line-height: 1.5;
}

/* ───── Ícone de carrinho no menu (estilo marketplace) ──────────────────── */
.stecker-cart-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.stecker-cart-icon-wrap svg {
    width: 24px;
    height: 24px;
    display: block;
    color: inherit;
    /* herda do menu (vermelho/borgonha) */
}

.stecker-cart-count {
    position: absolute;
    top: -8px;
    right: -12px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: #7D2A2D;
    color: #fff !important;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

/* Esconde o badge quando carrinho está vazio */
.stecker-cart-count[data-count="0"] {
    display: none;
}

.stecker-cart-menu-link {
    display: inline-flex !important;
    align-items: center;
    transition: opacity 0.2s;
    cursor: pointer;
}

.stecker-cart-menu-link:hover {
    opacity: 0.75;
}

/* ───── Mini-cart dropdown ─────────────────────────────────────────────── */
.stecker-mini-cart {
    width: 360px;
    max-width: calc(100vw - 32px);
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(0, 0, 0, 0.04);
    z-index: 99999;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    pointer-events: none;
}

.stecker-mini-cart.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.stecker-mini-cart[hidden] {
    display: none !important;
}

/* Lista de itens (com scroll se passar de 4 produtos) */
.stecker-mini-cart__items {
    max-height: 360px;
    overflow-y: auto;
    padding: 6px 0;
}

.stecker-mini-cart__items::-webkit-scrollbar {
    width: 6px;
}

.stecker-mini-cart__items::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.stecker-mini-cart__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.stecker-mini-cart__item:last-child {
    border-bottom: none;
}

.stecker-mini-cart__img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    border-radius: 8px;
    background: #FAF1EA;
    padding: 4px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.stecker-mini-cart__info {
    flex: 1;
    min-width: 0;
}

.stecker-mini-cart__info h4 {
    margin: 0 0 6px;
    font-size: 13.5px;
    font-weight: 600;
    color: #00383F;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.stecker-mini-cart__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.stecker-mini-cart__top h4 {
    margin: 0 !important;
    flex: 1;
}

/* Botão X — remove item no mini-cart */
.stecker-mini-cart__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: none;
    background: transparent;
    color: #a3acba;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    flex-shrink: 0;
    transition: background-color 0.15s, color 0.15s;
}

.stecker-mini-cart__remove:hover {
    background: rgba(176, 65, 62, 0.08);
    color: #b0413e;
}

.stecker-mini-cart__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    gap: 8px;
}

/* Controle de quantidade +/- */
.stecker-mini-cart__qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.stecker-mini-cart__qty-btn {
    width: 26px;
    height: 26px;
    border: none;
    background: transparent;
    color: #4a5165;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    transition: background-color 0.15s, color 0.15s;
}

.stecker-mini-cart__qty-btn:hover {
    background: rgba(125, 42, 45, 0.06);
    color: #7D2A2D;
}

.stecker-mini-cart__qty-value {
    min-width: 22px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #1a1f2c;
    padding: 0 2px;
}

.stecker-mini-cart__price {
    color: #7D2A2D;
    font-weight: 700;
    white-space: nowrap;
}

/* Estado de loading durante AJAX */
.stecker-mini-cart.is-loading {
    pointer-events: none;
    opacity: 0.6;
    transition: opacity 0.2s;
}

/* Mobile: centraliza o mini-cart horizontalmente */
@media (max-width: 600px) {
    .stecker-mini-cart {
        right: auto !important;
        left: 50% !important;
        width: calc(100vw - 24px) !important;
        max-width: 360px;
        transform: translateX(-50%) translateY(-8px) !important;
    }

    .stecker-mini-cart.is-open {
        transform: translateX(-50%) translateY(0) !important;
    }
}

/* Rodapé com total e botão */
.stecker-mini-cart__footer {
    padding: 16px 18px 18px;
    background: #FAF8F4;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.stecker-mini-cart__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    color: #00383F;
}

.stecker-mini-cart__total span {
    font-size: 14px;
    font-weight: 500;
}

.stecker-mini-cart__total strong {
    font-size: 18px;
    color: #7D2A2D;
}

.stecker-mini-cart__btn {
    display: block;
    width: 100%;
    background: #7D2A2D;
    color: #fff !important;
    padding: 12px 16px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.2s, transform 0.2s;
    box-sizing: border-box;
}

.stecker-mini-cart__btn:hover {
    background: #5C1F22;
    color: #fff !important;
    transform: translateY(-1px);
    text-decoration: none !important;
}

.stecker-mini-cart__link-cart {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 12.5px;
    color: #6b6b6b;
    text-decoration: none;
    transition: color 0.2s;
}

.stecker-mini-cart__link-cart:hover {
    color: #7D2A2D;
    text-decoration: underline;
}

/* Carrinho vazio */
.stecker-mini-cart__empty {
    padding: 36px 24px;
    text-align: center;
}

.stecker-mini-cart__empty p {
    color: #6b6b6b;
    margin: 0 0 14px;
    font-size: 14px;
}

.stecker-mini-cart__empty a {
    color: #7D2A2D;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 500;
}

/* Resumo do pedido — separação visual entre subtotal e total */
.wc-block-components-totals-footer-item {
    border-top: 1px solid rgba(0, 56, 63, 0.1);
    padding-top: 14px !important;
    margin-top: 8px !important;
}

.wc-block-components-totals-footer-item__label,
.wc-block-components-totals-footer-item__value {
    font-size: 1.1em !important;
    font-weight: 700 !important;
}

/* Cupom — escondido (não faz sentido em compra de presente único) */
.woocommerce-cart .coupon,
.wc-block-components-totals-coupon,
.wp-block-woocommerce-cart-order-summary-coupon-form-block {
    display: none !important;
}

/* ───────────────────────────────────────────────────────────────────────────
   HEADER DA LOJA (Presentes) — contagem e ordenação sutis
   ─────────────────────────────────────────────────────────────────────────── */

/* "Exibindo X de Y resultados" — discreto */
.woocommerce-result-count,
.woocommerce p.woocommerce-result-count {
    font-size: 13px !important;
    color: #8a8a8a !important;
    margin: 0 !important;
    font-weight: 400 !important;
}

/* Form de ordenação — alinhado à direita, sutil */
.woocommerce-ordering,
.woocommerce form.woocommerce-ordering {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px;
    margin: 0 0 0 auto !important;
    float: right !important;
}

/* Label "Ordenar por:" injetado via JS */
.stecker-orderby-label {
    font-size: 13px;
    color: #8a8a8a;
    font-weight: 400;
    white-space: nowrap;
}

/* Select de ordenação — com borda sutil para indicar campo interativo */
.woocommerce-ordering select.orderby,
.woocommerce select.orderby {
    border: 1px solid rgba(0, 56, 63, 0.18) !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    box-shadow: none !important;
    font-size: 13px !important;
    color: #00383F !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    padding: 8px 30px 8px 12px !important;
    margin: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    /* Seta customizada via SVG inline */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300383F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 12px !important;
    width: auto !important;
    min-width: 0 !important;
    transition: border-color 0.2s, color 0.2s;
}

.woocommerce-ordering select.orderby:hover,
.woocommerce select.orderby:hover {
    border-color: rgba(125, 42, 45, 0.5) !important;
    color: #7D2A2D !important;
}

.woocommerce-ordering select.orderby:focus,
.woocommerce select.orderby:focus {
    outline: none !important;
    border-color: #7D2A2D !important;
}

/* ───────────────────────────────────────────────────────────────────────────
   LISTAGEM DE PRODUTOS — cards consistentes (Lista de presentes)
   Cobre WC clássico, blocos, e widget Elementor de Produtos
   ─────────────────────────────────────────────────────────────────────────── */

/* Grid: gap maior pra cards respirarem; espaço acima pra separar do filtro */
ul.products,
.elementor-products-grid ul.products,
.wc-block-grid__products {
    gap: 28px !important;
    margin-top: 32px !important;
    clear: both;
}

/* Card do produto — fundo branco, sombra suave, cantos arredondados */
ul.products li.product,
.elementor-products-grid li.product,
.wc-block-grid__product {
    background: #fff;
    border-radius: 12px;
    padding: 18px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex !important;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

/* Hover: levanta sutilmente e intensifica sombra */
ul.products li.product:hover,
.elementor-products-grid li.product:hover,
.wc-block-grid__product:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

/* Container da imagem — proporção fixa quadrada, imagem completa (contain)
   Especificidade alta para vencer CSS do Elementor/Hello Elementor */
ul.products li.product img,
ul.products li.product a img,
ul.products li.product .woocommerce-loop-product__link img,
.elementor-products-grid li.product img,
.elementor-products-grid li.product a img,
.elementor-products-grid .product img,
.elementor-products-grid img.attachment-woocommerce_thumbnail,
.elementor-products-grid img.wp-post-image,
.wc-block-grid__product-image img,
[class*="elementor-widget-woocommerce-products"] li.product img,
[class*="elementor-widget-wc-"] li.product img {
    aspect-ratio: 1 / 1 !important;
    object-fit: contain !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    border-radius: 8px !important;
    margin: 0 0 14px !important;
    background-color: #FAF1EA !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    transition: transform 0.4s ease;
}

ul.products li.product:hover img,
ul.products li.product:hover a img,
.elementor-products-grid li.product:hover img,
.elementor-products-grid li.product:hover a img {
    transform: scale(1.02);
}

/* Título do produto */
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
.elementor-products-grid li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title {
    font-size: 1.05em !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    margin: 4px 0 8px !important;
    padding: 0 !important;
    color: #7D2A2D !important;
    /* Trunca em 2 linhas pra uniformizar alturas */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em;
}

/* Descrição curta — completa, sem truncamento */
ul.products li.product .woocommerce-product-details__short-description,
ul.products li.product .product-short-description,
ul.products li.product .loop-product-short-description,
.elementor-products-grid li.product .woocommerce-product-details__short-description,
.elementor-products-grid li.product .loop-product-short-description {
    font-size: 0.9em;
    color: #6b6b6b;
    line-height: 1.55;
    margin: 0 0 12px !important;
}

.loop-product-short-description p {
    margin: 0 !important;
}

/* Preço destacado — vermelho/borgonha da paleta */
ul.products li.product .price,
ul.products li.product .price .amount,
ul.products li.product .price bdi,
.elementor-products-grid li.product .price,
.elementor-products-grid li.product .price .amount,
.elementor-products-grid li.product .price bdi,
.wc-block-grid__product-price,
.wc-block-grid__product-price .amount {
    font-size: 1.15em !important;
    font-weight: 700 !important;
    margin: 4px 0 4px !important;
    line-height: 1.3 !important;
    color: #7D2A2D !important;
}

/* Parcelamento (shortcode customizado) — info secundária, discreta */
.bravva-preco-parcelado {
    font-size: 0.85em;
    color: #6b6b6b;
    margin: 0 0 14px;
    font-weight: 400;
    line-height: 1.4;
}

/* Valor do parcelamento destaca na cor primária do tema (vermelho/borgonha) */
.bravva-preco-parcelado strong {
    color: #7D2A2D !important;
    font-weight: 700;
}

/* Ícone visual sutil antes do parcelamento (padrão marketplace) */
.bravva-preco-parcelado::before {
    content: "💳 ";
    font-size: 0.95em;
    margin-right: 2px;
}

/* Botão "Adicionar ao carrinho" / "Saiba mais" — laranja/tijolo da paleta */
ul.products li.product .button,
ul.products li.product .add_to_cart_button,
.elementor-products-grid li.product .button,
.wc-block-grid__product-add-to-cart .wp-block-button__link {
    margin-top: auto !important;
    width: 100%;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px;
    text-align: center;
    transition: background-color 0.2s, transform 0.2s;
    text-decoration: none !important;
    background-color: #C04A2E !important;
    color: #fff !important;
    border: none !important;
}

ul.products li.product .button:hover,
ul.products li.product .add_to_cart_button:hover,
.elementor-products-grid li.product .button:hover,
.wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
    background-color: #A03D24 !important;
    color: #fff !important;
    transform: translateY(-1px);
    text-decoration: none !important;
}

/* Feedback "Visualizado" ao adicionar ao carrinho */
ul.products li.product .added_to_cart {
    display: block;
    text-align: center;
    margin-top: 8px;
    font-size: 0.85em;
    text-decoration: none !important;
}

/* Badge "Promoção" (caso use) */
ul.products li.product .onsale,
.elementor-products-grid li.product .onsale {
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    top: 12px;
    left: 12px;
    right: auto;
    margin: 0 !important;
    min-width: 0;
    min-height: 0;
    line-height: 1.4;
}

/* Responsivo: em mobile, 1 coluna com card full-width */
@media (max-width: 600px) {

    ul.products,
    .elementor-products-grid ul.products,
    .wc-block-grid__products {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    ul.products li.product,
    .elementor-products-grid li.product,
    .wc-block-grid__product {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 16px !important;
    }

    /* Imagem mais paisagem em mobile (melhor aproveitamento da largura) */
    ul.products li.product a img,
    .elementor-products-grid li.product a img {
        aspect-ratio: 4 / 3 !important;
        padding: 12px !important;
    }

    ul.products li.product .woocommerce-loop-product__title {
        min-height: auto;
        font-size: 1.1em !important;
    }

    ul.products li.product .woocommerce-product-details__short-description {
        min-height: auto;
    }
}

/* ───────────────────────────────────────────────────────────────────────────
   PAGINAÇÃO — botões clean estilo marketplace
   ─────────────────────────────────────────────────────────────────────────── */

.woocommerce nav.woocommerce-pagination,
.woocommerce-pagination {
    margin: 48px 0 32px !important;
    text-align: center !important;
    border: none !important;
    clear: both;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-pagination ul.page-numbers,
.woocommerce-pagination ul {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-pagination ul li {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    display: inline-flex !important;
}

/* Botão de número — base (fundo transparente, herda do site) */
.woocommerce nav.woocommerce-pagination ul li .page-numbers,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-pagination .page-numbers {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    margin: 0 !important;
    border: 1px solid rgba(0, 56, 63, 0.15) !important;
    border-radius: 8px !important;
    color: #00383F !important;
    background: transparent !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s, color 0.2s, background-color 0.2s, transform 0.2s !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce-pagination a.page-numbers:hover {
    border-color: #7D2A2D !important;
    color: #7D2A2D !important;
    background: transparent !important;
    transform: translateY(-1px);
}

/* Página atual — destaque vermelho/borgonha */
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-pagination span.page-numbers.current {
    background: #7D2A2D !important;
    border-color: #7D2A2D !important;
    color: #fff !important;
    cursor: default;
}

/* Reticências (...) — sem fundo, só texto cinza */
.woocommerce nav.woocommerce-pagination ul li span.dots,
.woocommerce-pagination span.page-numbers.dots {
    border: none !important;
    background: transparent !important;
    color: #8a8a8a !important;
    min-width: 24px !important;
    padding: 0 4px !important;
}

/* Setas Anterior / Próxima — esconde o texto, mostra ícone SVG */
.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    font-size: 0 !important;
    color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 16px !important;
    padding: 0 !important;
    width: 40px;
}

.woocommerce-pagination .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300383F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.woocommerce-pagination .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li a.next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300383F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* Hover nas setas: troca cor do SVG para vermelho/borgonha */
.woocommerce-pagination .page-numbers.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237D2A2D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.woocommerce-pagination .page-numbers.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237D2A2D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}