/* DEL MONACO LIVE V130 — global fixed/sticky public header
   Keeps the approved header design intact while making it available during scroll
   on the homepage and all four product pages. */

:root{
  --dm130-header-height:0px;
  --dm130-header-offset:12px;
}

html.dm130-header-ready{
  scroll-padding-top:calc(var(--dm130-header-height, 0px) + var(--dm130-header-offset));
}

body.dm130-header-fixed{
  padding-top:var(--dm130-header-height, 0px) !important;
}

body.dm130-header-fixed .dm130-site-header{
  position:fixed !important;
  top:0 !important;
  right:0 !important;
  left:0 !important;
  width:100% !important;
  max-width:none !important;
  z-index:2147482000 !important;
  margin-top:0 !important;
  transform:translate3d(0,0,0) !important;
  backface-visibility:hidden;
  isolation:isolate;
  overflow:visible !important;
  will-change:transform;
}

/* Keep same-page anchor targets visible below the always-available header. */
html.dm130-header-ready main section[id],
html.dm130-header-ready section[id],
html.dm130-header-ready main [id].section,
html.dm130-header-ready main [id].collections-section,
html.dm130-header-ready main [id].about-section{
  scroll-margin-top:calc(var(--dm130-header-height, 0px) + var(--dm130-header-offset));
}

/* Menus/dropdowns must remain above page content while the fixed header is active. */
body.dm130-header-fixed .dm130-site-header nav,
body.dm130-header-fixed .dm130-site-header [class*="menu"],
body.dm130-header-fixed .dm130-site-header [class*="dropdown"],
body.dm130-header-fixed .dm130-site-header [class*="nav"]{
  z-index:2147482001;
}

@media (max-width:760px){
  :root{--dm130-header-offset:8px;}
  body.dm130-header-fixed .dm130-site-header{
    -webkit-transform:translate3d(0,0,0) !important;
  }
}

@media print{
  body.dm130-header-fixed{padding-top:0 !important;}
  body.dm130-header-fixed .dm130-site-header{position:static !important;}
}
