/* ============================================================
   Shared chrome for secondary pages (catalog, product, …): the
   watermark, breadcrumb line, and the plain/static footer (the
   homepage's big rising-logo footer block is a homepage-only
   addition, not part of the base design system). Loaded after
   style.css on any page that isn't index.html.
   ============================================================ */
/* Same flattened/pre-faded raster as the homepage's "Найдите масло"
   watermark (assets/img/watermark2.png, opacity baked into the PNG at
   ~20%) — swapped in for the Figma mockup's crisp two-piece SVG, which
   read as too sharp/prominent against the page background. */
.pg-wm{
  position:absolute; left:-5px; top:139px; width:1487px; height:213px;
  z-index:0; pointer-events:none;
}
.pg-crumb{
  position:absolute; left:152px; top:139px;
  font-family:'Montserrat'; font-weight:400;
  font-size:18px; letter-spacing:.9px; color:var(--white); white-space:nowrap;
  z-index:2;
}

.pg-footer-bar{
  position:absolute; left:0; top:1141px; width:1920px; height:171px;
  background:var(--footer);
}
.pg-footer-legal{
  position:absolute; left:150px; top:1245px; width:626px;
  font-family:'Montserrat'; font-weight:400; font-size:10.597px; line-height:normal; color:var(--white); opacity:.66;
}
.pg-footer-name{
  position:absolute; left:940px; top:1276px;
  font-family:'Montserrat'; font-weight:400; font-size:10.597px; color:var(--white); opacity:.66;
}
.pg-footer-rights{
  position:absolute; left:1611px; top:1248px;
  font-family:'Montserrat'; font-weight:400; font-size:10.597px; color:var(--white); opacity:.66; white-space:pre-wrap;
}
.pg-footer-policy{
  position:absolute; left:1553px; top:1274px;
  font-family:'Montserrat'; font-weight:400; font-size:10.597px; color:var(--white); opacity:.66;
}
