body.catalog-body,
body.delivery-body,
body.contacts-body,
body.checkout-body,
body.success-body {
  position: relative;
  --chrome-footer-top: 2075px;
}

body.catalog-body::before,
body.delivery-body::before,
body.contacts-body::before,
body.checkout-body::before,
body.success-body::before,
body.catalog-body::after,
body.delivery-body::after,
body.contacts-body::after,
body.checkout-body::after,
body.success-body::after {
  content: "";
  left: 0;
  z-index: 0;
  width: 100vw;
  background: #fff;
  pointer-events: none;
}

body.catalog-body::before,
body.delivery-body::before,
body.contacts-body::before,
body.checkout-body::before,
body.success-body::before {
  position: fixed;
  top: 0;
  height: 70px;
}

body.checkout-body::before { height: 65px; }
body.success-body::before { height: 65px; }

body.catalog-body::after,
body.delivery-body::after,
body.contacts-body::after,
body.checkout-body::after,
body.success-body::after {
  position: absolute;
  top: var(--chrome-footer-top);
  height: 293px;
}

.catalog-frame,
.delivery-frame,
.contacts-frame,
.product-frame,
.cart-frame,
.checkout-frame,
.success-frame {
  position: relative;
  z-index: 1;
}

body.coffee-body { --chrome-footer-top: 2502px; }
body.plant-body { --chrome-footer-top: 1990px; }
body.water-body { --chrome-footer-top: 2503px; }
body.cups-body { --chrome-footer-top: 2482px; }
body.ice-body { --chrome-footer-top: 2453px; }
body.syrups-body { --chrome-footer-top: 2473px; }
body.product-body { --chrome-footer-top: 1813px; }
body.cart-body { --chrome-footer-top: 1822px; }
body.checkout-body { --chrome-footer-top: 1690px; }
body.success-body { --chrome-footer-top: 1497px; }
body.delivery-body { --chrome-footer-top: 2120px; }
body.contacts-body { --chrome-footer-top: 2054px; }
