.wni-shop-suite #app {
  box-sizing: border-box;
  padding-bottom: clamp(56px, 7vw, 96px);
  background: #f3f0e8;
}

.wni-shop-suite .wni-global-footer {
  position: relative;
  z-index: 2;
}

@media (max-width: 700px) {
  .wni-shop-suite #app {
    padding-bottom: 48px;
  }
}