
/* Catalog product refinement v4 */

/* All three product badges share the exact OTC visual language */
.product-page .product-topline .label-otc,
.product-page .product-topline .label-auth,
.product-page .product-topline .product-brand{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  min-height:28px!important;
  height:28px!important;
  padding:0 10px!important;
  margin:0!important;
  border:1px solid #dce6e0!important;
  border-radius:999px!important;
  background:#f8fbf9!important;
  color:#3f5f4b!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  box-shadow:none!important;
}

.product-page .product-topline .product-brand:hover{
  background:#f2f8f4!important;
  border-color:#cadbd1!important;
  color:#15803d!important;
  text-decoration:none!important;
}

/* Keep right badges together and brand aligned on left */
.product-page .product-topline{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
}

.product-page .product-topline .product-labels{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
}

.product-page .product-brand-auth{
  display:flex!important;
  align-items:center!important;
  margin-right:auto!important;
}

/* Summary first, then product feature chips */
.product-page .quick-summary{
  margin:8px 0 7px!important;
}

.product-page .product-highlights{
  margin:0 0 10px!important;
}

@media(max-width:680px){
  .product-page .product-topline .label-otc,
  .product-page .product-topline .label-auth,
  .product-page .product-topline .product-brand{
    min-height:25px!important;
    height:25px!important;
    padding:0 7px!important;
    font-size:12px!important;
  }
  .product-page .product-topline{
    gap:6px!important;
  }
  .product-page .product-topline .product-labels{
    gap:4px!important;
  }
}
