/* A16: guaranteed readable pricing on light product-detail surfaces. */

body .v6-product-detail .v6-detail-copy .detail-price{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px 16px!important;
  width:fit-content!important;
  max-width:100%!important;
  min-height:52px!important;
  margin:18px 0 14px!important;
  padding:10px 15px!important;
  border:1px solid #c9dff2!important;
  border-radius:14px!important;
  background:#edf6fd!important;
  color:#0a3972!important;
  box-shadow:0 7px 18px rgba(7,55,109,.06)!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}

body .v6-product-detail .v6-detail-copy .detail-price > strong{
  color:#0759ad!important;
  -webkit-text-fill-color:#0759ad!important;
  font-size:1.28rem!important;
  font-weight:900!important;
  line-height:1.15!important;
  opacity:1!important;
  visibility:visible!important;
  text-shadow:none!important;
}

body .v6-product-detail .v6-detail-copy .detail-price > del{
  color:#667f99!important;
  -webkit-text-fill-color:#667f99!important;
  font-size:.94rem!important;
  font-weight:700!important;
  line-height:1.2!important;
  opacity:1!important;
  visibility:visible!important;
  text-decoration-color:#667f99!important;
  text-decoration-thickness:1.5px!important;
  text-shadow:none!important;
}

/* Meridia detail pages use a white card, so their price uses a distinct navy
   treatment rather than inheriting the legacy white-on-dark declaration. */
body.is-meridia-theme .v6-product-detail .v6-detail-copy .detail-price{
  border-color:#bdd4e8!important;
  background:linear-gradient(135deg,#eaf3fb,#f7fbfe)!important;
  color:var(--theme-meridia-heading,#12385f)!important;
}

body.is-meridia-theme .v6-product-detail .v6-detail-copy .detail-price > strong{
  color:#0a4786!important;
  -webkit-text-fill-color:#0a4786!important;
}

body.is-meridia-theme .v6-product-detail .v6-detail-copy .detail-price > del{
  color:#687f97!important;
  -webkit-text-fill-color:#687f97!important;
  text-decoration-color:#687f97!important;
}

@media(max-width:640px){
  body .v6-product-detail .v6-detail-copy .detail-price{
    width:100%!important;
    padding:10px 13px!important;
  }
  body .v6-product-detail .v6-detail-copy .detail-price > strong{font-size:1.16rem!important}
}
