/* A23 - focused visibility and Meridia action corrections. */

/* Product mega-menu introduction must stay contained and readable at every
   desktop width.  These selectors intentionally outrank the global H2 scale
   and the generic opened-menu text colours. */
.product-mega .mega-intro{
  min-width:0!important;
  overflow:hidden!important;
  padding:28px!important;
}
.product-mega .mega-intro h2{
  max-width:100%!important;
  margin:12px 0!important;
  color:#fff!important;
  font-size:clamp(24px,1.7vw,28px)!important;
  font-weight:700!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
  overflow-wrap:break-word!important;
}
body:not(.is-meridia-theme) .product-mega .mega-intro>span{color:#d1ecff!important}
body:not(.is-meridia-theme) .product-mega .mega-intro p{
  margin:14px 0 0!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1.6!important;
}
body:not(.is-meridia-theme) .product-mega .mega-intro>a{
  margin-top:24px!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:700!important;
}

/* The Meridia white lockup belongs directly on the black header. */
.enterprise-header .cg-logo.vA3-logo.vA5-official-logo.meridia-site-logo{
  width:clamp(210px,17.14vw,329px)!important;
  min-width:clamp(210px,17.14vw,329px)!important;
  height:85px!important;
  padding:15px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.enterprise-header .cg-logo.vA3-logo.vA5-official-logo.meridia-site-logo img{
  display:block!important;
  width:100%!important;
  height:55px!important;
  max-width:329px!important;
  max-height:55px!important;
  object-fit:contain!important;
  opacity:1!important;
}

/* Related products sit on a light Meridia surface. */
body.is-meridia-theme .related .section-heading :where(.eyebrow,h2),
body.is-meridia-theme .related .section-heading h2{
  color:#000!important;
  -webkit-text-fill-color:#000!important;
  opacity:1!important;
}
body.is-meridia-theme .related .section-heading .eyebrow{color:#b07908!important;-webkit-text-fill-color:#b07908!important}

/* Gold is reserved for Meridia product-detail identity and primary actions. */
body.is-meridia-theme .v6-product-detail .v8-premium-label{
  background:#dbb74f!important;
  color:#000!important;
  -webkit-text-fill-color:#000!important;
  border:1px solid #c0942a!important;
  box-shadow:none!important;
}
body.is-meridia-theme .v6-product-detail .v25-compare-action,
body.is-meridia-theme .v6-product-detail .v25-whatsapp-action{
  background:#dbb74f!important;
  color:#000!important;
  -webkit-text-fill-color:#000!important;
  border:1px solid #b07908!important;
  box-shadow:0 12px 26px rgba(176,121,8,.18)!important;
}
body.is-meridia-theme .v6-product-detail .v25-whatsapp-action :where(small,strong,b),
body.is-meridia-theme .v6-product-detail .v25-compare-action span{
  color:#000!important;
  -webkit-text-fill-color:#000!important;
}
body.is-meridia-theme .v6-product-detail .v6-whatsapp-mark{
  background:rgba(255,255,255,.58)!important;
  color:#000!important;
  border-color:rgba(0,0,0,.24)!important;
}
body.is-meridia-theme .v6-product-detail .v25-compare-action:hover,
body.is-meridia-theme .v6-product-detail .v25-whatsapp-action:hover{
  background:#c0942a!important;
  border-color:#8f6206!important;
  color:#000!important;
}

@media(max-width:1100px){
  .enterprise-header .cg-logo.vA3-logo.vA5-official-logo.meridia-site-logo{width:220px!important;min-width:220px!important}
}
@media(max-width:900px){
  .product-mega .mega-intro{display:none!important}
  .enterprise-header .cg-logo.vA3-logo.vA5-official-logo.meridia-site-logo{height:75px!important;padding-block:13px!important}
  .enterprise-header .cg-logo.vA3-logo.vA5-official-logo.meridia-site-logo img{height:49px!important}
}
@media(max-width:640px){
  .enterprise-header .cg-logo.vA3-logo.vA5-official-logo.meridia-site-logo{width:160px!important;min-width:160px!important;padding-inline:0!important}
  .enterprise-header .cg-logo.vA3-logo.vA5-official-logo.meridia-site-logo img{width:160px!important;height:auto!important;max-height:45px!important}
}
