/* 🔧 Corrige layout da quantidade no sticky bar (mobile) */
#mst-stiky-box .product-form__item--quantity,
.qty_stickyfor .product-form__item--quantity {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
justify-content: center !important;
gap: 6px !important;
}
#mst-stiky-box .product-form__item--quantity input[type="number"],
.qty_stickyfor .product-form__item--quantity input[type="number"] {
width: 50px !important;
text-align: center !important;
font-size: 16px !important;
border: 1px solid #ccc !important;
border-radius: 6px !important;
height: 36px !important;
}
#mst-stiky-box .product-form__item--quantity button,
.qty_stickyfor .product-form__item--quantity button {
width: 32px !important;
height: 32px !important;
font-size: 20px !important;
line-height: 20px !important;
border: 1px solid #ccc !important;
border-radius: 6px !important;
background-color: #fff !important;
color: #333 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
/* 🚫 Esconde botão quebrado do Releasit COD */
a#releasit-cod-btn.custom-buy-now-btn {
display: none !important;
}