#bol-stickybar[hidden]{ display:none !important; }

.bol-stickybar{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9999;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 -10px 30px rgba(0,0,0,.10);
}

.bol-stickybar__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bol-stickybar__left{
  min-width: 0;
  display:flex;
  flex-direction: column;
  gap: 4px;
}

.bol-stickybar__price{
  font-weight: 800;
  line-height: 1.1;
}

.bol-stickybar__reviews{
  font-size: 13px;
  line-height: 1.1;
  max-width: 240px;
  overflow:hidden;
}

.bol-stickybar__right{
  flex: 0 0 auto;
}

.bol-stickybar__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.12);
  background: #0d50e0;
  color: #fff;
  white-space: nowrap;
}

.bol-stickybar__btn:hover{
background-color: #0d50e0; 
  color: #fff;           
}

/* Desktop: keep it compact */
@media (min-width: 1024px){
  .bol-stickybar__inner{ padding: 12px 16px; }
  .bol-stickybar__reviews{ max-width: 360px; }
}
