/* SNV HSS RC4 — accessible quantity-tier selector */
.product .snv-hss-tier-box{
    box-sizing:border-box;
    width:100%;
    margin:14px 0 16px;
    padding:12px;
    border:1px solid #cbd5e1;
    border-radius:10px;
    background:#fff;
    color:#1f2937;
    box-shadow:0 1px 2px rgba(15,23,42,.05);
}
.product .snv-hss-tier-box *{box-sizing:border-box}
.product .snv-hss-tier-box button.snv-hss-tier{
    -webkit-appearance:none;
    appearance:none;
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    min-height:48px;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin:0 0 8px!important;
    padding:11px 14px!important;
    border:1px solid #9ca3af!important;
    border-radius:7px!important;
    background:#fff!important;
    box-shadow:none!important;
    color:#1f2937!important;
    cursor:pointer;
    text-align:left;
    font:inherit;
    line-height:1.35;
    text-transform:none!important;
    letter-spacing:normal!important;
    transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease,color .15s ease;
}
.product .snv-hss-tier-box button.snv-hss-tier:last-of-type{margin-bottom:0!important}
.product .snv-hss-tier-box button.snv-hss-tier strong,
.product .snv-hss-tier-box button.snv-hss-tier span,
.product .snv-hss-tier-box button.snv-hss-tier .amount,
.product .snv-hss-tier-box button.snv-hss-tier .woocommerce-Price-currencySymbol{
    display:inline!important;
    visibility:visible!important;
    opacity:1!important;
    color:inherit!important;
    font-size:14px!important;
    line-height:1.35!important;
}
.product .snv-hss-tier-box button.snv-hss-tier strong{font-weight:700!important}
.product .snv-hss-tier-box button.snv-hss-tier .snv-hss-tier-price{
    margin-left:auto;
    font-weight:700!important;
    white-space:nowrap;
    text-align:right;
}
.product .snv-hss-tier-box button.snv-hss-tier:hover{
    border-color:#6f2e52!important;
    background:#f8f1f5!important;
    color:#3f1b31!important;
}
.product .snv-hss-tier-box button.snv-hss-tier:focus-visible{
    outline:3px solid #111827!important;
    outline-offset:2px;
}
.product .snv-hss-tier-box button.snv-hss-tier.is-active,
.product .snv-hss-tier-box button.snv-hss-tier.is-active:hover{
    border-color:#6f2e52!important;
    background:#6f2e52!important;
    color:#fff!important;
    box-shadow:0 0 0 1px #6f2e52!important;
}
.product .snv-hss-tier-box button.snv-hss-tier.is-active strong,
.product .snv-hss-tier-box button.snv-hss-tier.is-active span,
.product .snv-hss-tier-box button.snv-hss-tier.is-active .amount,
.product .snv-hss-tier-box button.snv-hss-tier.is-active .woocommerce-Price-currencySymbol{
    color:#fff!important;
}
.product .snv-hss-live-total{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:18px;
    margin-top:12px;
    padding-top:12px;
    border-top:1px solid #d1d5db;
    color:#374151;
    font-size:14px;
    line-height:1.4;
}
.product .snv-hss-live-total span{color:#374151!important}
.product .snv-hss-live-total strong{
    color:#111827!important;
    font-weight:800!important;
}
.snv-hss-canonical-ready table.variations{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    margin:-1px!important;
    padding:0!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    clip-path:inset(50%)!important;
    white-space:nowrap!important;
    border:0!important;
}
.snv-hss-canonical-ready .reset_variations{display:none!important}
@media(max-width:600px){
    .product .snv-hss-tier-box button.snv-hss-tier{align-items:flex-start;gap:8px;padding:11px 12px!important}
    .product .snv-hss-tier-box button.snv-hss-tier .snv-hss-tier-price{white-space:normal}
    .product .snv-hss-live-total{flex-direction:column;align-items:flex-start;gap:5px}
}
