/** YHN 3.9.46.1 - Product Detail UX/SEO Final QA Foundation */
.single-product .yhn-pdqa-brand{
  display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:-1px 0 10px;
  color:#70686d;font-size:12.5px;line-height:1.45
}
.single-product .yhn-pdqa-brand>span{font-weight:600}
.single-product .yhn-pdqa-brand>a{
  display:inline-flex;align-items:center;min-height:28px;padding:4px 9px;
  border:1px solid #eadde4;border-radius:999px;background:#fff9fc;
  color:#9b174f;font-weight:700;text-decoration:none
}
.single-product .yhn-pdqa-brand>a:hover,
.single-product .yhn-pdqa-brand>a:focus-visible{
  border-color:#dc9fbd;background:#fff4f9;color:#c41465
}
.single-product .yhn-pdqa-brand>a:focus-visible{outline:2px solid currentColor;outline-offset:2px}

/* Prevent an uninitialized/expired timer shell from reserving space. */
.single-product .yhn-sale-countdown.is-hidden{display:none!important}

@media(max-width:549px){
  .single-product .yhn-pdqa-brand{margin-bottom:9px;font-size:12px}
  .single-product .yhn-pdqa-brand>a{min-height:30px;padding:5px 10px}
}
