.hvbt-wrap,
.hvbt-wrap *{
    box-sizing:border-box;
}
.hvbt-wrap{
    width:100%;
}
.hvbt-wrap button{
    all:unset;
    box-sizing:border-box;
}
.hvbt-wrap .hvbt-variation-wrap{
    margin-bottom:12px;
}
.hvbt-wrap .hvbt-variation-row{
    margin-bottom:8px;
}
.hvbt-wrap .hvbt-select{
    width:100%;
    height:44px;
    border:1px solid #d9d9d9;
    background:#fff;
    border-radius:6px;
    padding:0 12px;
    box-shadow:none;
    margin:0;
    font-size:13px;
    color:#111;
}
.hvbt-wrap .hvbt-price-wrap{
    display:flex;
    align-items:flex-end;
    gap:0;
    margin:0 0 14px 0;
    line-height:1;
}
.hvbt-wrap .hvbt-price-number{
    font-size:24px;
    font-weight:700;
    color:#111;
    line-height:1;
}
.hvbt-wrap .hvbt-price-suffix{
    display:none !important;
}

/* Action row */
.hvbt-wrap .hvbt-action-row{
    display:grid;
    grid-template-columns:102px minmax(0,1fr);
    align-items:stretch;
    gap:8px;
    width:100%;
    min-width:0;
}
.hvbt-wrap .hvbt-qty-box{
    display:grid;
    grid-template-columns:28px 34px 28px;
    gap:4px;
    align-items:stretch;
    min-width:0;
}
.hvbt-wrap .hvbt-btn,
.hvbt-wrap .hvbt-qty{
    height:44px;
    border-radius:4px;
}
.hvbt-wrap .hvbt-btn{
    background:#e7e7e7;
    border:1px solid #e1e1e1;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:600;
    color:#333;
    cursor:pointer;
    transition:background .2s ease, border-color .2s ease, transform .2s ease;
    line-height:1;
    text-align:center;
    user-select:none;
}
.hvbt-wrap .hvbt-btn:hover{
    background:#dcdcdc;
    border-color:#d5d5d5;
}
.hvbt-wrap .hvbt-qty{
    width:100%;
    text-align:center;
    border:1px solid #ddd;
    font-size:16px;
    font-weight:500;
    color:#333;
    background:#fff;
    box-shadow:none;
    margin:0;
    padding:0;
    -moz-appearance:textfield;
}
.hvbt-wrap .hvbt-qty::-webkit-outer-spin-button,
.hvbt-wrap .hvbt-qty::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}

.hvbt-wrap .hvbt-cart-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:100%;
    min-width:0;
    min-height:44px;
    height:44px;
    padding:0 12px;
    background:#105aa2;
    color:#fff;
    font-size:12px;
    font-weight:700;
    border-radius:6px;
    cursor:pointer;
    transition:background .2s ease, opacity .2s ease, transform .2s ease;
    text-align:center;
}
.hvbt-wrap .hvbt-cart-btn:hover{
    background:#0d4c89;
}
.hvbt-wrap .hvbt-cart-btn.is-loading{
    opacity:.7;
    pointer-events:none;
}
.hvbt-wrap .hvbt-cart-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    flex:0 0 auto;
}
.hvbt-wrap .hvbt-cart-icon svg{
    width:14px;
    height:14px;
}
.hvbt-wrap .hvbt-cart-text{
    display:block;
    min-width:0;
    line-height:1.15;
    font-size:12px;
    white-space:normal;
    overflow-wrap:anywhere;
}

@media (max-width: 991px){
    .hvbt-wrap .hvbt-action-row{
        grid-template-columns:98px minmax(0,1fr);
        gap:7px;
    }
    .hvbt-wrap .hvbt-qty-box{
        grid-template-columns:27px 32px 27px;
        gap:3px;
    }
    .hvbt-wrap .hvbt-cart-btn{
        padding:0 11px;
        font-size:12px;
    }
}

@media (max-width: 767px){
    .hvbt-wrap .hvbt-price-number{
        font-size:22px;
    }
    .hvbt-wrap .hvbt-action-row{
        grid-template-columns:94px minmax(0,1fr);
        gap:6px;
    }
    .hvbt-wrap .hvbt-qty-box{
        grid-template-columns:26px 30px 26px;
        gap:3px;
    }
    .hvbt-wrap .hvbt-btn,
    .hvbt-wrap .hvbt-qty,
    .hvbt-wrap .hvbt-cart-btn{
        height:40px;
        min-height:40px;
    }
    .hvbt-wrap .hvbt-btn{
        font-size:17px;
    }
    .hvbt-wrap .hvbt-qty{
        font-size:14px;
    }
    .hvbt-wrap .hvbt-cart-btn{
        padding:0 10px;
    }
    .hvbt-wrap .hvbt-cart-text{
        font-size:11px;
    }
}

@media (max-width: 480px){
    .hvbt-wrap .hvbt-action-row{
        grid-template-columns:92px minmax(0,1fr);
        gap:6px;
    }
    .hvbt-wrap .hvbt-qty-box{
        grid-template-columns:26px 30px 26px;
        gap:2px;
    }
    .hvbt-wrap .hvbt-btn,
    .hvbt-wrap .hvbt-qty,
    .hvbt-wrap .hvbt-cart-btn{
        height:38px;
        min-height:38px;
    }
    .hvbt-wrap .hvbt-cart-btn{
        padding:0 9px;
        gap:6px;
    }
    .hvbt-wrap .hvbt-cart-icon svg{
        width:13px;
        height:13px;
    }
    .hvbt-wrap .hvbt-cart-text{
        font-size:11px;
    }
}
