/* Chefbakers badges base styles */
.cb-badges{
  position:absolute;
  z-index:99;
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  pointer-events:none;
  max-width:calc(100% - 24px);
}
.cb-badge{
  font-size:12px;
  line-height:1;
  padding:7px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 2px 6px rgba(0,0,0,.06);
  font-weight:600;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  gap:6px;
  pointer-events:none;
}

.cb-ico-wrap{ display:inline-flex; }
.cb-ico{ display:block; }

/* Let tabs hang above when needed */
.woocommerce div.product div.images,
.products .product .woocommerce-LoopProduct-link{
  position:relative;
  overflow:visible;
}

@media (max-width: 420px){
  .cb-badge{ font-size:11px; padding:6px 9px; }
}
