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

.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: #000000;
  font-family: "Gilroy Web", Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 2cqw, 26px);
  line-height: 1.4;
  color: #fff;
  box-sizing: border-box;
}
.cr_lp *, .cr_lp *:after, .cr_lp *:before {
  box-sizing: border-box;
}
.cr_lp img {
  display: block;
  max-width: 100%;
}

.cr_container h2 {
  margin-bottom: 1em;
}

.cr_container p {
  margin: 0 0 1em 0;
}

.cr_container ul {
  margin: 20px 0 40px 0;
  padding-left: 1.5em;
  list-style: disc;
}

.cr_container ul li {
  margin-bottom: 0.6em;
  list-style: disc;
}

.cr_vc {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cr_cta {
  display: inline-block;
  background: #ff6000;
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none !important;
  padding: 0.6em 1em;
  border-radius: 100vw;
  margin-bottom: 30px;
}

.cr_cta:hover {
  color: #ffffff !important;
}

.cr_container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
  position: relative;
}

.cr_image {
  display: flex;
  justify-content: center;
}

.cr_responsive-image img {
  --height: 400;
  width: 100%;
  display: block;
  height: calc(1px * var(--height));
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .cr_responsive-image img {
    aspect-ratio: 1200/var(--height);
    height: auto;
  }
}

.cr_countdown {
  max-width: 850px;
  margin-inline: auto;
}/*# sourceMappingURL=main.css.map */