/* Shared narrow-screen navigation. Purchase buttons remain in the product offer. */
@media(max-width:600px){
 header .wrap.nav{gap:12px;min-width:0}
 header .nav-cta>a.btn{display:none!important}
 header .nav-cta{margin-left:auto;gap:0;flex-shrink:0}
 header .logo{margin-right:auto;flex-shrink:0}
 header .burger{flex-shrink:0}
 .naia-offer,.naia-moment .moment-copy{overflow-wrap:break-word}
}
@media(prefers-reduced-motion:reduce){.naia-offer *{transition:none!important;animation:none!important}}
/* Clipping without a body scroll container lets desktop galleries stay beside the offer. */
@supports(overflow:clip){body:not(.noscroll){overflow-x:clip}}
