/* Şişe Tasarla — full-bleed tool under site nav */
.st-page { background: #fff; }
.st-main { padding-top: 7.45rem; }
.st-frame-wrap { margin: 0; padding: 0; max-width: none; }
.st-frame {
  width: 100%;
  min-height: calc(100vh - 7.45rem);
  height: calc(100vh - 7.45rem);
  border: 0;
  display: block;
  background: #fff;
}
.st-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 767.98px) {
  .st-main { padding-top: 5.6rem; }
  .st-frame {
    min-height: calc(100vh - 5.6rem);
    height: calc(100vh - 5.6rem);
  }
}
