/* ===== Card de preço por quantidade ===== */
.bsdp-pricing-box{
    --bsdp-accent:#f5a623;
    --bsdp-button:#0b7596;
    width:100%;
    max-width:460px;
    margin:14px 0 22px;
    font-family:inherit;
    color:#10283a;
}
.bsdp-from-label{font-size:15px;font-weight:700;margin-bottom:1px;color:#202020}
.bsdp-from-price{display:flex;align-items:baseline;gap:8px;margin-bottom:18px;line-height:1}
.bsdp-from-price strong{font-size:34px;font-weight:800;color:#08759a;letter-spacing:-1px}
.bsdp-from-price span{font-size:14px;font-weight:700;color:#333}
.bsdp-total-block{margin:0 0 9px}
.bsdp-total-label{font-size:17px;font-weight:500;line-height:1.15;color:#111}
.bsdp-total-value{font-size:18px;line-height:1.05;color:#111}
.bsdp-total-value strong{font-weight:800}
.bsdp-minimum-note{font-size:13px;color:#4f7390;margin:12px 0 18px;padding-bottom:18px;border-bottom:1px solid #e8e8e8}
.bsdp-tier-list{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}
.bsdp-tier-pill{
    appearance:none;
    width:100%;
    min-height:26px;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    padding:4px 14px;
    border:1px solid var(--bsdp-button)!important;
    border-radius:999px;
    background:#fff!important;
    color:var(--bsdp-button)!important;
    font:inherit;
    font-size:14px;
    line-height:1.2;
    cursor:pointer;
    transition:transform .12s ease,background .12s ease,color .12s ease,box-shadow .12s ease;
}
.bsdp-tier-pill:hover{background:var(--bsdp-button)!important;color:#fff!important;border-color:var(--bsdp-button)!important;transform:translateY(-1px);box-shadow:0 2px 7px rgba(0,0,0,.08)}
.bsdp-tier-pill.is-selected{background:var(--bsdp-accent)!important;color:#075f7c!important;border-color:var(--bsdp-button)!important}
.bsdp-tier-pill.is-selected:hover{background:var(--bsdp-button)!important;color:#fff!important}
.bsdp-tier-qty{text-align:center;padding-right:10px;border-right:1px solid var(--bsdp-button)}
.bsdp-tier-pill:hover .bsdp-tier-qty,.bsdp-tier-pill.is-selected .bsdp-tier-qty{border-right-color:rgba(255,255,255,.9)}
.bsdp-tier-price{text-align:center;padding-left:10px}
.bsdp-tier-price .woocommerce-Price-amount{font-weight:500}
.bsdp-custom-label{
    margin-top:11px;
    padding:5px 12px;
    border-radius:999px;
    background:var(--bsdp-accent);
    text-align:center;
    font-size:13px;
    color:#075f7c;
    line-height:1.2;
}
.bsdp-custom-input-wrap{
    display:grid;
    grid-template-columns:42px 1fr 42px;
    align-items:center;
    overflow:hidden;
    margin-top:3px;
    min-height:30px;
    border-radius:999px;
    background:#e4e4e4;
    box-shadow:0 4px 10px rgba(0,117,154,.18);
}
.bsdp-custom-input-wrap button{height:32px;border:0;background:transparent;color:#08759a;font-size:18px;cursor:pointer}
.bsdp-custom-qty{width:100%!important;min-height:30px!important;height:30px!important;padding:0 8px!important;border:0!important;background:transparent!important;box-shadow:none!important;text-align:center!important;color:#08759a!important;font-weight:700!important;-moz-appearance:textfield}
.bsdp-custom-qty::-webkit-outer-spin-button,.bsdp-custom-qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.bsdp-variable-message{min-height:18px;margin-top:7px;color:#b42318;font-size:12px}

/* Mantém o formulário WooCommerce ativo, mas esconde visualmente os controles duplicados no produto simples. */
form.cart.bsdp-native-hidden .quantity{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;margin:-1px!important;padding:0!important;border:0!important}

/* ===== Tabela clássica ===== */
.bsdp-box{margin:16px 0 20px;border:1px solid #e4e4e4;border-radius:10px;overflow:hidden;background:#fff}.bsdp-title{font-weight:700;font-size:1.05rem;padding:12px 14px;background:#f7f7f7}.bsdp-table{width:100%;border-collapse:collapse;margin:0}.bsdp-table th,.bsdp-table td{padding:10px 12px;border-top:1px solid #eee;text-align:left}.bsdp-table th{font-size:.88rem;background:#fcfcfc}.bsdp-tier-row{cursor:pointer;transition:background .15s}.bsdp-tier-row:hover,.bsdp-tier-row.is-selected{background:#fff7e8}.bsdp-hint{padding:9px 12px;font-size:.82rem;color:#666;border-top:1px solid #eee}

/* Carrinho */
.bsdp-cart-price{display:flex;flex-wrap:wrap;gap:4px 8px;align-items:center}.bsdp-cart-price ins{text-decoration:none;font-weight:700}.bsdp-cart-price small{width:100%;font-size:.78em}.bsdp-cart-note{opacity:.75}

@media(max-width:600px){
    .bsdp-pricing-box{max-width:none}
    .bsdp-from-price strong{font-size:31px}
    .bsdp-tier-pill{font-size:13px;padding-left:10px;padding-right:10px}
    .bsdp-table th,.bsdp-table td{padding:9px 8px;font-size:.9rem}.bsdp-title{font-size:1rem}
}

/* v1.1.8 - isolamento: este arquivo não é carregado em páginas de produto sem regra progressiva. */
