/* ============================================================
   Walkind Refresh v6 (2026-05-15) — moderno, mesma paleta
   ============================================================ */

/* =====================================================================
   GLOBAL — esconder elementos a remover
   ===================================================================== */
body.single-product #buy_now_button,
body.single-product .wfwe234r3f,
body.single-product .mp-credits-tooltip,
body.single-product .mp-credits-tooltip-icon,
body.single-product .mp-credits-tooltip-text,
body.single-product .mp-credits-tooltip-link,
body.single-product .mp-credits-modal,
body.single-product img[alt="mp-logo-hand-shake"],
body.single-product #woocommerce-correios-calculo-de-frete-na-pagina-do-produto,
body.single-product .containerCalculator {
    display: none !important;
}

body.woocommerce-cart .containerPostcodeCustom,
body.woocommerce-cart .containerPostcode,
body.woocommerce-cart .containerCalculator,
body.woocommerce-cart .postcodeContainer,
body.woocommerce-cart [class*="postcodeContainerCart"],
body.woocommerce-cart [class*="postcodeCartContainer"],
body.woocommerce-cart [class*="displayShippingResultCart"],
body.woocommerce-cart [id*="postcode_cart"],
body.woocommerce-cart [id*="woo-better-cart"],
body.woocommerce-cart [class*="lkn-cart"],
body.woocommerce-cart [class*="wcbcb-cart"],
body.woocommerce-cart .cart-shipping-card,
body.woocommerce-cart .lkn-better-cart-form,
body.woocommerce-cart .lkn-better-shipping-card-cart,
body.woocommerce-checkout .payment_method_woo-mercado-pago-ticket .mp-checkout-ticket-text,
body.woocommerce-checkout .payment_method_woo-mercado-pago-ticket input-table,
body.woocommerce-checkout .payment_method_woo-mercado-pago-ticket [name="mercadopago_ticket[payment_method_id]"] {
    display: none !important;
}

/* Screen-reader text — não vazar visualmente */
body.woocommerce-cart .screen-reader-text,
body.woocommerce-cart label.screen-reader-text,
body.woocommerce-cart .shop_table label[for^="quantity_"],
body.single-product .screen-reader-text,
body.woocommerce-checkout .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* =====================================================================
   SINGLE PRODUCT — layout moderno (ref. imagem do user)
   ===================================================================== */
body.single-product .wlk-single-page,
body.single-product main#content {
    padding: 1.25rem 0 2.5rem;
}

/* Breadcrumb fino acima do produto */
body.single-product .wlk-breadcrumb,
body.single-product .woocommerce-breadcrumb {
    font-size: 11px !important;
    color: var(--wlk-ink-mut) !important;
    margin: 0 0 1rem !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
body.single-product .wlk-breadcrumb a,
body.single-product .woocommerce-breadcrumb a {
    color: #000 !important;
    text-decoration: none !important;
}
body.single-product .wlk-breadcrumb a:hover { color: var(--wlk-accent, #E50914) !important; }

/* Layout 2 colunas desktop */
@media (min-width: 1024px) {
    body.single-product div.product {
        display: grid !important;
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) !important;
        gap: 3rem !important;
        align-items: start !important;
    }
    body.single-product div.product .woocommerce-product-gallery {
        width: 100% !important;
        margin: 0 !important;
        position: sticky;
        top: 110px;
    }
    body.single-product div.product .summary {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    body.single-product div.product .woocommerce-tabs,
    body.single-product div.product .related,
    body.single-product div.product .up-sells { grid-column: 1 / -1; }
}

/* Galeria */
body.single-product .woocommerce-product-gallery__wrapper { border-radius: 12px; overflow: hidden; background: #fafafa; }
body.single-product .woocommerce-product-gallery__image img { border-radius: 12px !important; }
body.single-product .flex-control-thumbs {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr)) !important;
    gap: 8px !important;
    margin-top: 12px !important;
    padding: 0 !important;
    list-style: none !important;
}
body.single-product .flex-control-thumbs li { width: 100% !important; }
body.single-product .flex-control-thumbs img {
    border-radius: 6px !important;
    border: 2px solid transparent !important;
    aspect-ratio: 4/5 !important;
    object-fit: cover !important;
    width: 100% !important;
    transition: border-color 0.15s, transform 0.15s;
}
body.single-product .flex-control-thumbs img.flex-active,
body.single-product .flex-control-thumbs img:hover { border-color: #000 !important; }

/* Tags categoria — pílulas pretas no topo do summary */
body.single-product .summary .product_meta { display: none !important; } /* meta default escondida */
body.single-product .summary .wlk-product-tags,
body.single-product .summary .posted_in {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin: 0 0 0.75rem !important;
    font-size: 0 !important;
}
body.single-product .summary .wlk-product-tags a,
body.single-product .summary .posted_in a {
    display: inline-block !important;
    background: #000 !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    transition: background 0.15s;
}
body.single-product .summary .wlk-product-tags a:hover,
body.single-product .summary .posted_in a:hover { background: var(--wlk-accent, #E50914) !important; }

/* Título display grande */
body.single-product .product_title.entry-title {
    font-family: var(--wlk-font-display, "Anton"), Impact, sans-serif !important;
    font-size: clamp(26px, 3.4vw, 38px) !important;
    line-height: 1.05 !important;
    margin: 0 0 0.5rem !important;
    color: #000 !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.005em;
}

/* Avaliação compacta */
body.single-product .woocommerce-product-rating {
    margin: 0 0 0.5rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px;
}
body.single-product .star-rating { font-size: 14px !important; }
body.single-product .woocommerce-review-link {
    font-size: 12px !important;
    color: var(--wlk-ink-mut) !important;
    text-decoration: none !important;
}

/* Variações: cores e tamanhos modernos */
body.single-product table.variations {
    margin: 0.75rem 0 !important;
    border: none !important;
    background: transparent !important;
}
body.single-product table.variations tr,
body.single-product table.variations td,
body.single-product table.variations th {
    background: transparent !important;
    border: none !important;
    padding: 0 0 6px !important;
}
body.single-product table.variations label {
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #000 !important;
    margin: 0 0 6px !important;
    display: block !important;
}
body.single-product table.variations .reset_variations {
    font-size: 11px !important;
    color: var(--wlk-accent, #E50914) !important;
    text-decoration: none !important;
}

/* Swatches cor (plugin woo-variation-swatches) */
body.single-product .variable-items-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
body.single-product .variable-item.color-variable-item {
    width: 32px !important;
    height: 32px !important;
    border-radius: 999px !important;
    border: 2px solid transparent !important;
    box-shadow: 0 0 0 1px var(--wlk-border) !important;
    cursor: pointer !important;
    overflow: hidden !important;
    transition: box-shadow 0.15s, transform 0.12s;
}
body.single-product .variable-item.color-variable-item:hover { transform: scale(1.08); }
body.single-product .variable-item.color-variable-item.selected,
body.single-product .variable-item.color-variable-item.selected-variation-item {
    box-shadow: 0 0 0 2px #000 !important;
    border: 2px solid #fff !important;
}

/* Swatches tamanho/botão */
body.single-product .variable-item.button-variable-item,
body.single-product .variable-item:not(.color-variable-item):not(.image-variable-item) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 44px !important;
    height: 38px !important;
    padding: 0 12px !important;
    border: 1.5px solid var(--wlk-border) !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: border-color 0.15s, background 0.15s;
}
body.single-product .variable-item.button-variable-item:hover { border-color: #000 !important; }
body.single-product .variable-item.button-variable-item.selected,
body.single-product .variable-item.button-variable-item.selected-variation-item {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
body.single-product .variable-item.disabled,
body.single-product .variable-item.wcvs-disabled { opacity: 0.35; cursor: not-allowed !important; }

/* Preço grande + parcelamento detalhado */
body.single-product .summary .price {
    font-size: 30px !important;
    font-weight: 900 !important;
    color: #000 !important;
    margin: 0.5rem 0 !important;
    line-height: 1.05;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 10px !important;
}
body.single-product .summary .price del {
    opacity: 0.5;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
}
body.single-product .summary .price ins {
    text-decoration: none;
    color: var(--wlk-accent, #E50914) !important;
}
body.single-product .wlk-single-install {
    margin: 0 0 1rem !important;
    font-size: 13px !important;
    color: var(--wlk-ink-mut) !important;
    line-height: 1.4;
}
body.single-product .wlk-single-install strong { color: #000 !important; }

/* Short description: descrição curta no topo do summary */
body.single-product .woocommerce-product-details__short-description {
    margin: 0 0 1rem !important;
    padding: 12px 14px !important;
    background: #fff8f0 !important;
    border-left: 3px solid #f5a623 !important;
    border-radius: 4px !important;
    color: #555 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}
body.single-product .woocommerce-product-details__short-description p { margin: 0 0 6px !important; }
body.single-product .woocommerce-product-details__short-description p:last-child { margin-bottom: 0 !important; }

/* Cupom inline */
body.single-product .wlk-single-coupon { margin: 0.75rem 0 !important; }

/* Form cart: quantidade + add-to-cart juntos */
body.single-product form.cart {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: stretch !important;
    margin: 0.75rem 0 !important;
}
body.single-product form.cart .quantity {
    display: inline-flex !important;
    align-items: stretch;
    border: 1.5px solid var(--wlk-border);
    border-radius: 8px;
    overflow: hidden;
}
body.single-product form.cart .quantity input.qty {
    width: 64px !important;
    height: 54px !important;
    border: none !important;
    text-align: center !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    background: #fff !important;
}
body.single-product form.cart button.single_add_to_cart_button {
    flex: 1 1 200px;
    min-height: 54px !important;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 900 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    padding: 0 28px !important;
    cursor: pointer;
    transition: background 0.18s, transform 0.12s;
}
body.single-product form.cart button.single_add_to_cart_button:hover {
    background: var(--wlk-accent, #E50914) !important;
    transform: translateY(-1px);
}

/* Botão "Comprar agora" vermelho */
body.single-product a.wlk-single-buy-now {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-height: 54px;
    margin: 10px 0 0 !important;
    background: var(--wlk-accent, #E50914) !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 900 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    border-radius: 8px !important;
    border: none !important;
    transition: background 0.18s, transform 0.12s;
}
body.single-product a.wlk-single-buy-now:hover { background: #000 !important; transform: translateY(-1px); }

/* Calculadora CEP no produto (Better Shipping modernizada) */
body.single-product .containerPostcodeCustom,
body.single-product .containerPostcode,
body.single-product .postcodeContainer,
body.single-product [class*="postcodeContainerProduct"],
body.single-product [class*="postcodeProductContainer"] {
    margin: 0.75rem 0 !important;
    padding: 12px 14px !important;
    background: #f7f7f7 !important;
    border: 1px solid var(--wlk-border) !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}
body.single-product .containerPostcodeCustom::before,
body.single-product .containerPostcode::before,
body.single-product .postcodeContainer::before {
    content: "Prefere prazo de entrega?";
    display: block;
    width: 100%;
    font-size: 11px;
    font-weight: 800;
    color: var(--wlk-ink-mut);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}
body.single-product .containerPostcodeCustom input[type="text"],
body.single-product .containerPostcode input[type="text"],
body.single-product .postcodeContainer input[type="text"] {
    flex: 1 !important;
    min-width: 140px !important;
    height: 40px !important;
    padding: 0 12px !important;
    border: 1px solid var(--wlk-border) !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    background: #fff !important;
}
body.single-product .containerPostcodeCustom button,
body.single-product .containerPostcode button,
body.single-product .postcodeContainer button {
    height: 40px !important;
    padding: 0 18px !important;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    cursor: pointer !important;
}
body.single-product .containerPostcodeCustom button:hover,
body.single-product .containerPostcode button:hover,
body.single-product .postcodeContainer button:hover { background: var(--wlk-accent, #E50914) !important; }

/* Perks compactos */
body.single-product .wlk-perks {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
    gap: 10px !important;
    margin: 1rem 0 !important;
    padding: 1rem !important;
    background: #fafafa;
    border: 1px solid var(--wlk-border);
    border-radius: 8px;
}
body.single-product .wlk-perk { display: flex !important; align-items: center !important; gap: 10px !important; }
body.single-product .wlk-perk-t { font-size: 13px !important; font-weight: 800 !important; color: #000 !important; margin: 0 !important; line-height: 1.2; }
body.single-product .wlk-perk-d { font-size: 11px !important; color: var(--wlk-ink-mut, #777) !important; margin: 2px 0 0 !important; line-height: 1.2; text-transform: uppercase; letter-spacing: 0.04em; }

/* Wishlist */
body.single-product .yith-add-to-wishlist-button-block { margin: 0.75rem 0 !important; }
body.single-product .yith-add-to-wishlist-button-block a {
    font-size: 13px !important;
    font-weight: 700;
    color: #000 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px;
}

/* Urgency */
body.single-product .wlk-urgency,
body.single-product .wlk-watchers {
    text-align: center;
    margin: 1rem auto !important;
    padding: 8px 14px;
    background: #fff8f0;
    border: 1px dashed #f5a623;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #b35900;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: fit-content;
}
body.single-product .wlk-urgency-pulse {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #f5a623;
    animation: wlk-pulse 1.5s infinite;
}
@keyframes wlk-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
}

/* TABS modernas */
body.single-product .woocommerce-tabs {
    margin: 2.5rem 0 !important;
    padding: 0 !important;
}
body.single-product .woocommerce-tabs ul.tabs {
    display: flex !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 0 1.5rem !important;
    border-bottom: 1px solid var(--wlk-border) !important;
    list-style: none !important;
    overflow-x: auto;
    justify-content: center;
}
body.single-product .woocommerce-tabs ul.tabs li {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after { display: none !important; }
body.single-product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 14px 22px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: var(--wlk-ink-mut, #888) !important;
    border-bottom: 3px solid transparent !important;
    transition: color 0.18s, border-color 0.18s;
    text-decoration: none !important;
    white-space: nowrap;
}
body.single-product .woocommerce-tabs ul.tabs li a:hover { color: #000 !important; }
body.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #000 !important;
    border-bottom-color: var(--wlk-accent, #E50914) !important;
}
body.single-product .woocommerce-tabs .panel { padding: 1rem 0 !important; color: var(--wlk-ink, #222); font-size: 15px; line-height: 1.65; }
body.single-product .woocommerce-tabs .panel h2 { display: none !important; }
body.single-product .woocommerce-tabs .panel h3 {
    font-family: var(--wlk-font-display, "Anton"), Impact, sans-serif !important;
    font-size: 20px !important;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #000;
    margin: 1.5rem 0 0.75rem !important;
    font-weight: 400 !important;
}
body.single-product .woocommerce-tabs .panel ul { margin: 0 0 1rem 1.5rem; }
body.single-product .woocommerce-tabs .panel ul li { margin-bottom: 4px; }

/* Tabela de atributos (Informação adicional) */
body.single-product .shop_attributes {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 1rem !important;
}
body.single-product .shop_attributes tr { background: transparent; }
body.single-product .shop_attributes tr:nth-child(even) { background: #fafafa; }
body.single-product .shop_attributes th,
body.single-product .shop_attributes td {
    padding: 12px 16px !important;
    border: 1px solid var(--wlk-border) !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}
body.single-product .shop_attributes th {
    font-weight: 800 !important;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 0.04em;
    width: 30%;
    background: #f5f5f5 !important;
}
body.single-product .shop_attributes td { color: #333 !important; }

/* Produtos relacionados */
body.single-product .related.products,
body.single-product .up-sells.upsells.products {
    margin-top: 3rem !important;
    padding-top: 2rem !important;
    border-top: 1px solid var(--wlk-border);
}
body.single-product .related.products > h2,
body.single-product .up-sells > h2 {
    font-family: var(--wlk-font-display, "Anton"), Impact, sans-serif !important;
    font-size: clamp(22px, 3vw, 30px) !important;
    text-transform: uppercase !important;
    color: #000 !important;
    margin: 0 0 1.5rem !important;
    font-weight: 400 !important;
    text-align: center;
}
body.single-product ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    gap: 1.25rem !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
body.single-product ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}
body.single-product .wlk-card-img,
body.single-product ul.products li.product img {
    width: 100% !important;
    aspect-ratio: 4/5 !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* =====================================================================
   CARRINHO — layout cards (ref. imagem do user)
   ===================================================================== */

@media (min-width: 980px) {
    body.woocommerce-cart .woocommerce {
        display: grid !important;
        grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) !important;
        gap: 1.5rem !important;
        align-items: start !important;
    }
    body.woocommerce-cart .woocommerce-notices-wrapper { grid-column: 1 / -1; }
    body.woocommerce-cart .woocommerce-cart-form { grid-column: 1; }
    body.woocommerce-cart .cart-collaterals {
        grid-column: 2;
        position: sticky !important;
        top: 110px;
        margin: 0 !important;
    }
}

/* Card "Meu carrinho" */
body.woocommerce-cart .woocommerce-cart-form {
    background: #fff;
    border: 1px solid var(--wlk-border);
    border-radius: 12px;
    overflow: hidden;
}
body.woocommerce-cart .woocommerce-cart-form::before {
    content: "Meu carrinho";
    display: block;
    padding: 1.25rem 1.5rem;
    font-family: var(--wlk-font-display, "Anton"), Impact, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid var(--wlk-border);
}

body.woocommerce-cart table.shop_table {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #fff;
    width: 100% !important;
    margin: 0 !important;
}
body.woocommerce-cart table.shop_table thead { display: none !important; }
body.woocommerce-cart table.shop_table tbody tr.cart_item {
    display: grid !important;
    grid-template-columns: 110px minmax(0, 1fr) auto !important;
    gap: 1.25rem !important;
    padding: 1.25rem 1.5rem !important;
    border-bottom: 1px solid var(--wlk-border);
    align-items: center;
    position: relative;
}
body.woocommerce-cart table.shop_table tbody tr.cart_item:last-of-type { border-bottom: none; }
body.woocommerce-cart table.shop_table tbody tr.cart_item td {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}
body.woocommerce-cart .product-remove {
    position: absolute;
    right: 1.5rem;
    bottom: 1.25rem;
}
body.woocommerce-cart .product-remove a.remove {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; border-radius: 4px;
    background: transparent !important; color: var(--wlk-ink-mut) !important;
    font-size: 16px !important; font-weight: 700;
    text-decoration: none !important; border: none;
    transition: color 0.15s, background 0.15s;
}
body.woocommerce-cart .product-remove a.remove::before {
    content: "🗑";
    font-size: 16px;
}
body.woocommerce-cart .product-remove a.remove { font-size: 0 !important; }
body.woocommerce-cart .product-remove a.remove:hover { color: var(--wlk-accent, #E50914) !important; background: #f5f5f5 !important; }

body.woocommerce-cart .product-thumbnail img {
    width: 110px !important;
    height: 130px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    display: block !important;
    max-width: none !important;
    background: #f5f5f5;
}
body.woocommerce-cart td.product-name { align-self: flex-start; padding-top: 4px !important; }
body.woocommerce-cart td.product-name a {
    font-weight: 800 !important;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    display: block;
    margin-bottom: 6px;
}
body.woocommerce-cart td.product-name dl.variation {
    margin: 0 !important;
    font-size: 12px !important;
    color: var(--wlk-ink-mut) !important;
    line-height: 1.6;
}
body.woocommerce-cart td.product-name dl.variation dt,
body.woocommerce-cart td.product-name dl.variation dd {
    display: inline;
    margin: 0 4px 0 0;
    padding: 0;
    font-weight: 600;
}
body.woocommerce-cart td.product-name dl.variation dt { color: #777; }
body.woocommerce-cart td.product-name dl.variation dd::after { content: ""; display: block; height: 2px; }

/* Preço unitário escondido */
body.woocommerce-cart td.product-price { display: none !important; }

/* Quantidade stepper */
body.woocommerce-cart td.product-quantity {
    display: inline-flex !important;
    align-items: center;
    border: 1px solid var(--wlk-border);
    border-radius: 6px;
    overflow: hidden;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: center;
}
body.woocommerce-cart td.product-quantity .quantity { display: flex !important; align-items: center; }
body.woocommerce-cart td.product-quantity input.qty {
    width: 44px !important;
    height: 36px;
    border: none !important;
    background: #fff !important;
    text-align: center;
    font-weight: 800 !important;
    font-size: 14px !important;
    padding: 0 !important;
    -moz-appearance: textfield;
}
body.woocommerce-cart td.product-quantity input.qty::-webkit-outer-spin-button,
body.woocommerce-cart td.product-quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

body.woocommerce-cart td.product-subtotal {
    font-weight: 900 !important;
    font-size: 16px !important;
    color: #000 !important;
    text-align: right !important;
    white-space: nowrap;
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
}

/* Linha de actions (cupom + atualizar) */
body.woocommerce-cart .actions {
    padding: 1.25rem 1.5rem !important;
    border-top: 1px solid var(--wlk-border);
    background: #fafafa;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
body.woocommerce-cart .coupon { display: flex; gap: 8px; flex: 1; min-width: 240px; }
body.woocommerce-cart .coupon input.input-text {
    height: 40px;
    border: 1px solid var(--wlk-border) !important;
    border-radius: 6px !important;
    padding: 0 12px;
    flex: 1;
    font-size: 13px;
    min-width: 0;
}
body.woocommerce-cart .coupon button,
body.woocommerce-cart button[name="update_cart"] {
    height: 40px;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    padding: 0 16px !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    cursor: pointer;
}
body.woocommerce-cart .coupon button:hover,
body.woocommerce-cart button[name="update_cart"]:hover { background: var(--wlk-accent, #E50914) !important; }
body.woocommerce-cart button[name="update_cart"]:disabled { opacity: 0.4; cursor: not-allowed; }

/* CARD "RESUMO DO PEDIDO" — direita */
body.woocommerce-cart .cart-collaterals .cart_totals {
    background: #fff !important;
    padding: 1.5rem !important;
    border: 1px solid var(--wlk-border) !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    margin: 0 !important;
}
body.woocommerce-cart .cart_totals > h2 { display: none !important; }
body.woocommerce-cart .cart_totals::before {
    content: "Resumo do pedido";
    display: block;
    font-family: var(--wlk-font-display, "Anton"), Impact, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    margin: 0 0 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--wlk-border);
}
body.woocommerce-cart .cart_totals table.shop_table { width: 100% !important; background: transparent !important; }
body.woocommerce-cart .cart_totals table.shop_table tr {
    display: flex !important;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px 0;
    border-bottom: 1px dashed var(--wlk-border) !important;
    border-top: none !important;
    background: transparent !important;
}
body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    flex: 0 0 auto !important;
}
body.woocommerce-cart .cart_totals table.shop_table th {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: var(--wlk-ink-mut) !important;
    text-align: left;
}
body.woocommerce-cart .cart_totals table.shop_table td {
    font-weight: 800;
    color: #000;
    font-size: 14px !important;
    text-align: right !important;
}

/* Linha Itens (custom) */
body.woocommerce-cart .cart_totals tr.cart-items-count th { color: var(--wlk-ink-mut) !important; }
body.woocommerce-cart .cart_totals tr.cart-items-count td { font-weight: 700 !important; }

/* Frete — empilha vertical com CEP no topo */
body.woocommerce-cart .cart_totals tr.shipping,
body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals.shipping {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
}
body.woocommerce-cart .cart_totals tr.shipping th { align-self: flex-start; }
body.woocommerce-cart .cart_totals tr.shipping td {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    text-align: left !important;
    font-weight: 600 !important;
}
/* ORDER: CEP → métodos → destino */
body.woocommerce-cart .cart_totals .woocommerce-shipping-calculator { order: 1 !important; }
body.woocommerce-cart .cart_totals ul.woocommerce-shipping-methods { order: 2 !important; }
body.woocommerce-cart .cart_totals .woocommerce-shipping-destination { order: 3 !important; }

/* CEP card no topo */
body.woocommerce-cart .cart_totals .woocommerce-shipping-calculator {
    background: #fafafa;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--wlk-border);
    margin: 0 !important;
}
body.woocommerce-cart .cart_totals .shipping-calculator-form { display: block !important; }
body.woocommerce-cart .cart_totals .shipping-calculator-button { display: none !important; }
body.woocommerce-cart .cart_totals .shipping-calculator-form .form-row { margin: 0 !important; }
body.woocommerce-cart .cart_totals .shipping-calculator-form label {
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: var(--wlk-ink-mut) !important;
    margin-bottom: 6px !important;
    display: block !important;
}
body.woocommerce-cart .cart_totals .shipping-calculator-form input.input-text {
    height: 42px !important;
    border: 1px solid var(--wlk-border) !important;
    border-radius: 6px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    background: #fff !important;
    width: 100% !important;
}
body.woocommerce-cart .cart_totals .shipping-calculator-form .button {
    margin-top: 8px !important;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 18px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    width: 100% !important;
}

/* Lista de métodos como cards modernos */
body.woocommerce-cart .cart_totals ul.woocommerce-shipping-methods {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
body.woocommerce-cart .cart_totals ul.woocommerce-shipping-methods li {
    padding: 12px 14px;
    border: 1.5px solid var(--wlk-border);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
    margin: 0;
}
body.woocommerce-cart .cart_totals ul.woocommerce-shipping-methods li:hover { border-color: #000; }
body.woocommerce-cart .cart_totals ul.woocommerce-shipping-methods li:has(input:checked) {
    border-color: var(--wlk-accent, #E50914);
    background: rgba(229, 9, 20, 0.04);
}
body.woocommerce-cart .cart_totals ul.woocommerce-shipping-methods li input[type="radio"] {
    margin: 0;
    accent-color: var(--wlk-accent, #E50914);
    width: 18px;
    height: 18px;
}
body.woocommerce-cart .cart_totals ul.woocommerce-shipping-methods li label {
    margin: 0;
    cursor: pointer;
    flex: 1;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    align-items: baseline;
    line-height: 1.35;
}
body.woocommerce-cart .cart_totals ul.woocommerce-shipping-methods li label .woocommerce-Price-amount {
    font-weight: 900 !important;
    margin-left: auto;
    white-space: nowrap;
    color: var(--wlk-accent, #E50914);
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
    margin: 0 !important;
    padding: 8px 10px !important;
    background: #fafafa !important;
    border-left: 3px solid var(--wlk-border) !important;
    font-size: 12px !important;
    color: var(--wlk-ink-mut) !important;
    border-radius: 0 4px 4px 0;
}

/* TOTAL — robusto, alta especificidade */
html body.woocommerce-cart .cart_totals table.shop_table tr.order-total {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 8px 0 0 !important;
    padding: 18px 0 8px !important;
    border-top: 2px solid #000 !important;
    border-bottom: none !important;
    min-height: 60px !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    gap: 12px !important;
    background: transparent !important;
}
html body.woocommerce-cart .cart_totals table.shop_table tr.order-total th {
    flex: 0 0 auto !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    background: transparent !important;
    border: none !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    white-space: nowrap !important;
}
html body.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
    flex: 0 1 auto !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: right !important;
    background: transparent !important;
    border: none !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    white-space: nowrap !important;
}
html body.woocommerce-cart .cart_totals tr.order-total .amount,
html body.woocommerce-cart .cart_totals tr.order-total strong,
html body.woocommerce-cart .cart_totals tr.order-total bdi {
    font-size: 26px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    color: var(--wlk-accent, #E50914) !important;
    display: inline-block !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
}
html body.woocommerce-cart .cart_totals tr.order-total .woocommerce-Price-currencySymbol {
    color: var(--wlk-accent, #E50914) !important;
}

/* Info Pix/parcelamento sob o TOTAL */
body.woocommerce-cart .cart_totals::after {
    content: "💳 ou parcelado em até 3x sem juros no cartão";
    display: block;
    margin-top: 8px;
    padding-top: 8px;
    font-size: 11px;
    color: var(--wlk-ink-mut);
    text-align: right;
    line-height: 1.5;
}

/* Botão Finalizar Compra */
body.woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 1.25rem !important;
    padding: 0 !important;
    position: relative;
    z-index: 1;
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    background: var(--wlk-accent, #E50914) !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 18px !important;
    width: 100%;
    text-align: center;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    display: block;
    margin: 0 !important;
    transition: background 0.18s, transform 0.12s;
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background: #000 !important;
    transform: translateY(-1px);
}

/* Carrinho vazio */
body.woocommerce-cart .wc-empty-cart-message,
body.woocommerce-cart .cart-empty {
    text-align: center;
    padding: 3rem 1rem !important;
    background: #fff !important;
    border: 1px solid var(--wlk-border) !important;
    border-radius: 12px;
    font-family: var(--wlk-font-display, "Anton"), Impact, sans-serif !important;
    font-size: 22px !important;
    text-transform: uppercase !important;
    color: #000 !important;
}
body.woocommerce-cart .wc-empty-cart-message::before,
body.woocommerce-cart .cart-empty::before { display: none !important; }
body.woocommerce-cart .return-to-shop { text-align: center; margin-top: 1.5rem; }
body.woocommerce-cart .return-to-shop a {
    display: inline-block;
    background: #000 !important;
    color: #fff !important;
    padding: 14px 28px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-size: 12px !important;
    text-decoration: none !important;
    border-radius: 8px !important;
}

/* =====================================================================
   CHECKOUT — campos refatorados
   ===================================================================== */
body.woocommerce-checkout .form-row-three-quart {
    float: left !important;
    width: 73% !important;
    overflow: visible;
}
body.woocommerce-checkout .form-row-quart {
    float: right !important;
    width: 25% !important;
    overflow: visible;
}
body.woocommerce-checkout .form-row-three-quart + .form-row-quart { margin-right: 0 !important; }
body.woocommerce-checkout #billing_neighborhood_field,
body.woocommerce-checkout #billing_address_2_field { clear: both; }

/* Card "Entregar em endereço diferente?" */
body.woocommerce-checkout #ship-to-different-address {
    margin: 1.25rem 0 !important;
    padding: 1rem !important;
    border: 1px dashed var(--wlk-border) !important;
    border-radius: 8px !important;
    background: #fafafa !important;
}
body.woocommerce-checkout #ship-to-different-address label {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #000 !important;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

/* "Criar conta" card */
body.woocommerce-checkout .create-account,
body.woocommerce-checkout .woocommerce-account-fields {
    margin: 1.25rem 0 !important;
    padding: 1rem !important;
    background: #f7f7f7 !important;
    border: 1px solid var(--wlk-border) !important;
    border-radius: 8px !important;
}
body.woocommerce-checkout .woocommerce-account-fields p.create-account label {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #000 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}
body.woocommerce-checkout #account_password_field { margin-top: 1rem !important; }
body.woocommerce-checkout #account_password_field label {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    font-weight: 800 !important;
    color: var(--wlk-ink-mut) !important;
    margin-bottom: 4px !important;
    display: block !important;
}

/* Esconde last_name (mesmo se algum plugin reinjetar) */
body.woocommerce-checkout #billing_last_name_field,
body.woocommerce-checkout #shipping_last_name_field { display: none !important; }

/* =====================================================================
   RESPONSIVO
   ===================================================================== */
@media (max-width: 768px) {
    body.single-product .product_title.entry-title { font-size: 24px !important; }
    body.single-product .summary .price { font-size: 24px !important; }
    body.single-product form.cart button.single_add_to_cart_button { flex-basis: 100%; }
    body.single-product .wlk-perks { grid-template-columns: repeat(2, 1fr) !important; }
    body.single-product .containerPostcodeCustom,
    body.single-product .containerPostcode,
    body.single-product .postcodeContainer { flex-wrap: wrap; }
}

@media (max-width: 767px) {
    body.woocommerce-cart table.shop_table tbody tr.cart_item {
        grid-template-columns: 90px 1fr !important;
        padding: 1rem !important;
        gap: 1rem !important;
    }
    body.woocommerce-cart .product-thumbnail img { width: 90px !important; height: 110px !important; }
    body.woocommerce-cart td.product-quantity { grid-column: 2 !important; grid-row: 2 !important; justify-self: start !important; }
    body.woocommerce-cart td.product-subtotal { grid-column: 2 !important; grid-row: 3 !important; text-align: left !important; font-size: 18px !important; }
    body.woocommerce-cart td.product-name { grid-row: 1 !important; grid-column: 2 !important; }
    body.woocommerce-cart .product-remove { right: 1rem; bottom: 1rem; }
    body.woocommerce-cart .cart_totals tr.order-total .amount { font-size: 22px !important; }
}
