/* Extracted from inline <style> blocks by W5.7.
   Loaded AFTER gp-ecom.webflow.css so precedence is unchanged — these
   rules previously sat inline in <head>, after the stylesheet links.
   The IX2 initial-state block stays inline on index.html: moving it to an
   external sheet would flash unstyled content before the sheet lands. */

.form-posted-successfully form {
display: none!important;
}

/* Page-transition styles, moved out of the inline <style> in <head> (W5.7).
   .no-scroll-transition is added at runtime and has 0 static uses — it is
   whitelisted in scripts/css-whitelist.json, which W4.0 added FOR this
   moment: inline it was unreachable by the pruner, here it is not. */
body{
overscroll-behavior: none;
}
body .transition {display: block}
.w-editor .transition {display: none;}
.no-scroll-transition {overflow: hidden; position: relative;}
