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;
}

@font-face {
  font-family: "Gilroy";
  src: url("https://images.hepsiburada.net/assets/gif/hepsiburada/reboxing_271222/fonts/subset-Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("https://images.hepsiburada.net/assets/gif/hepsiburada/reboxing_271222/fonts/subset-Gilroy-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("https://images.hepsiburada.net/assets/gif/hepsiburada/reboxing_271222/fonts/subset-Gilroy-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.cr_lp {
  width: 100%;
  max-width: 100%;
  background: url(https://images.hepsiburada.net/assets/gif/hepsiburada/reboxing_271222/images/bg.jpg) center top;
  background-size: contain;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  overflow: hidden;
  position: relative;
  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 {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin-inline: auto;
  position: relative;
}

.cr_header {
  background: url(https://images.hepsiburada.net/assets/gif/hepsiburada/reboxing_271222/images/header-bg-2.jpg) center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .cr_header {
    background: url(https://images.hepsiburada.net/assets/gif/hepsiburada/reboxing_271222/images/header-bg-mobile5.jpg) center top no-repeat;
    background-size: cover;
  }
}
.cr_header .cr_container {
  display: flex;
  align-items: center;
  height: 420px;
}
.cr_header .cr_container span {
  display: inline-block;
  max-width: 680px;
  font-size: 68px;
  line-height: 1.4;
  color: #ff5f00;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .cr_header .cr_container {
    height: 360px;
  }
  .cr_header .cr_container span {
    font-size: 60px;
  }
}
@media screen and (max-width: 640px) {
  .cr_header .cr_container {
    height: 250px;
  }
  .cr_header .cr_container span {
    max-width: 350px;
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .cr_header .cr_container {
    align-items: flex-start;
    padding-top: 25px;
  }
  .cr_header .cr_container span {
    font-size: 28px;
    line-height: 1.2;
    max-width: 200px;
  }
}

.cr_subheader {
  background: url(https://images.hepsiburada.net/assets/gif/hepsiburada/reboxing_271222/images/subheader-bg.png) center bottom no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}
.cr_subheader .cr_container {
  display: flex;
  align-items: center;
  height: 250px;
  padding-bottom: 55px;
}
.cr_subheader .cr_container img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .cr_subheader .cr_container {
    height: 200px;
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 640px) {
  .cr_subheader .cr_container {
    height: 150px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .cr_subheader .cr_container {
    height: 100px;
    padding-bottom: 20px;
  }
}

.cr_title {
  text-align: center;
  margin-bottom: 30px;
}
.cr_title img {
  display: initial;
  max-width: 100%;
}

.cr_grid-list {
  /*
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 60px;
  */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .cr_grid-list {
    grid-template-columns: auto;
    justify-content: center;
  }
}

.cr_video-box .cr_video {
  background: #336650;
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.cr_video-box .cr_video-title {
  text-align: center;
  font-size: 40px;
}
.cr_video-box iframe {
  display: block;
  width: 100%;
  aspect-ratio: 9/16;
}/*# sourceMappingURL=main.css.map */