/* 2.11.1-r3 — final corrective layer for commerce chrome and payment artwork. */
.vcbb-checkout-promobar,
.vcbb-checkout-promobar-section{width:100%;background:#4f1020;color:#f4dfae;border-bottom:1px solid rgba(212,169,79,.45);position:relative;z-index:30}
.vcbb-checkout-promobar-inner{max-width:1320px;margin:0 auto;min-height:34px;padding:7px 24px;display:flex;align-items:center;justify-content:center;gap:26px;box-sizing:border-box;text-align:center}
.vcbb-checkout-promobar-item{display:inline-flex;align-items:center;gap:7px;font-size:12px;line-height:1.35;letter-spacing:.01em;color:#f4dfae}
.vcbb-checkout-promobar-item:before{content:'✓';font-weight:800;color:#d4a94f}
.vcbb-checkout-promobar-wrap,.vcbb-checkout-promobar-content{width:100%!important;margin:0!important;padding:0!important}

/* Exact Pix silhouette supplied by the project, recoloured to the approved gold. */
.vc-site .vc-footer-payments .vc-payment-icon.vc-payment-icon-pix,
.vc-site .vc-payment-icon.vc-payment-icon-pix{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:54px!important;min-width:54px!important;height:44px!important;min-height:44px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important}
.vc-site .vc-footer-payments .vc-payment-icon.vc-payment-icon-pix img,
.vc-site .vc-payment-icon.vc-payment-icon-pix img{display:block!important;width:46px!important;max-width:46px!important;height:46px!important;max-height:46px!important;object-fit:contain!important;background:transparent!important;filter:none!important}
.vc-site .vc-payment-icon-pix svg{display:none!important}
.vc-site .vc-footer-payments .vc-payment-method{border-color:rgba(212,169,79,.55)!important}
.vc-site .vc-footer-payments .vc-payment-icon{color:#d4a94f;border-color:#d4a94f}
.vc-site .vc-footer-payments .vc-payment-icon svg{fill:#d4a94f}

/* The commerce pages use their dedicated header; remove legacy top spacing left by the global header. */
body.vc-site.woocommerce-cart #Content,
body.vc-site.woocommerce-checkout #Content{padding-top:0}

@media(max-width:767px){
 .vcbb-checkout-promobar-inner{padding:7px 12px;gap:8px;flex-direction:column;min-height:0}
 .vcbb-checkout-promobar-item{font-size:11px}
 .vc-site .vc-footer-payments .vc-payment-icon.vc-payment-icon-pix img,.vc-site .vc-payment-icon.vc-payment-icon-pix img{width:40px!important;height:40px!important}
}
/* 2.12.0: CNPJ lookup complements the Brazilian checkout plugin without owning CEP/address fields. */
.vcbb-lookup-status{display:block;margin-top:5px;font-size:12px;line-height:1.35;color:#9d8c78}.vcbb-lookup-status[data-state="loading"]{color:#c59a4b}.vcbb-lookup-status[data-state="ok"]{color:#7a9d72}.vcbb-lookup-status[data-state="error"]{color:#c86d6a}

/* 2.12.0-r2: store sells only in Brazil. WooCommerce receives BR server-side; hide the redundant country row. */
.woocommerce-checkout #billing_country_field,.woocommerce-checkout #shipping_country_field{display:none!important}
