@import url("https://images.hepsiburada.net/assets/gif/hepsiburada/web_fonts/fonts.css");
body {
  margin: 0;
  padding: 0;
}

#container {
  overflow: initial !important;
}

.content-wrapper > .container {
  max-width: 100% !important;
  width: 100% !important;
}

section.static-page-main {
  display: block !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.static-page-main a:hover {
  color: inherit !important;
  text-decoration: none !important;
}

.cr_lp {
  width: 100%;
  background: #ececec;
  font-family: "Gilroy Web", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #222222;
  box-sizing: border-box;
}
.cr_lp *, .cr_lp *:after, .cr_lp *:before {
  box-sizing: border-box;
}
.cr_lp img {
  max-width: 100%;
  display: block;
}

.cr_container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px 20px 20px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .cr_container {
    padding: 0 10px 20px 10px;
  }
}

.cr_full-banner-box img {
  --height: 400;
  width: 100%;
  max-width: 2600px;
  height: calc(1px * var(--height));
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .cr_full-banner-box img {
    aspect-ratio: 1200/var(--height);
    height: auto;
  }
}/*# sourceMappingURL=main.css.map */