@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,
.static-page-main a:hover {
  color: inherit !important;
  text-decoration: none !important;
}

@media screen and (width < 780px) {
  .cr_hide-on-medium {
    display: none !important;
  }
}

.cr_show-on-medium {
  display: none !important;
}
@media screen and (width < 780px) {
  .cr_show-on-medium {
    display: block !important;
  }
}

.cr_lp {
  width: 100%;
  background: #fcf3ec;
  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;
  margin-inline: auto;
  position: relative;
  container-type: inline-size;
}

.cr_header img {
  width: 100%;
  display: block;
  height: 595px;
  -o-object-fit: none;
  object-fit: none;
}

@media screen and (max-width: 1200px) {
  .cr_header img {
    aspect-ratio: 1200/595;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.cr_grid {
  display: grid;
  justify-items: center;
}
.cr_grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cr_grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.cr_item img {
  max-width: 100%;
}

.cr_full-video {
  position: relative;
  aspect-ratio: 16/9;
  margin-bottom: 40px;
}

.cr_full-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=main.css.map */