.bl-weight-options { display:flex; flex-direction:column; gap:10px; margin-bottom:12px; }
.bl-weight-option { display:flex; align-items:center; justify-content:space-between; border:1px solid #e6e9ee; padding:10px 14px; border-radius:8px; cursor:pointer; }
.bl-weight-option input { margin-right:10px; }
.bl-weight-label { font-weight:600; color:#222; margin-right:10px; }
.bl-weight-price { color:#333; font-size:14px; }
.bl-per-kg { color:#666; font-size:13px; margin-left:8px; }
.bl-hidden-variation-select { display:none !important; }
@media (max-width:768px){
    .bl-weight-option { flex-direction:column; align-items:flex-start; }
    .bl-weight-price { margin-top:6px; }
}