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

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

.cr_lp {
  width: 100%;
  background: #400c1a;
  background: linear-gradient(0deg, #400c1a 0%, #280c10 60%);
  font-family: "Gilroy Web", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  padding-bottom: 35px;
  overflow-x: hidden;
  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;
  margin-inline: auto;
  position: relative;
  container-type: inline-size;
}
@media screen and (max-width: 480px) {
  .cr_container {
    padding: 0 10px;
  }
}

.cr_full-bleed {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}
.cr_full-bleed > .cr_container {
  padding: 0;
}

.cr_topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  background: #000;
}
.cr_topbar img {
  height: 55px;
}
@media screen and (max-width: 640px) {
  .cr_topbar {
    padding: 15px 0;
  }
  .cr_topbar img {
    height: 35px;
  }
}

.cr_hero {
  height: 730px;
  background: url("images/hero-bg.png") no-repeat top center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .cr_hero {
    height: 500px;
    background-size: cover;
    background-position: right center;
  }
}
@media screen and (max-width: 640px) {
  .cr_hero {
    height: 430px;
    background-image: url(images/hero-bg-mobile.png);
  }
}
.cr_hero .cr_container {
  height: 100%;
}
.cr_hero .cr_content {
  position: absolute;
  top: 30%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 640px) {
  .cr_hero .cr_content {
    top: auto;
    bottom: 20px;
    transform: translate(0, 0);
  }
}
.cr_hero .cr_content p {
  font-size: clamp(20px, 4vw, 48px);
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
}
.cr_hero .cr_content .cr_cta {
  display: inline-block;
  background: #ffffff;
  color: #000;
  font-size: clamp(16px, 2.4vw, 22px);
  line-height: 1.3;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 100vw;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .cr_hero .cr_content .cr_cta {
    padding: 10px 20px;
  }
}
.cr_hero .cr_content .cr_cta:hover {
  background: #e55b00;
}

.cr_badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: center;
  justify-items: center;
}
@media screen and (max-width: 640px) {
  .cr_badges {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cr_prodlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 25px 0;
}
@media screen and (max-width: 640px) {
  .cr_prodlist {
    grid-template-columns: 1fr;
  }
}

.cr_prod {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #000;
  padding: 2px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  border-radius: 10px;
}
.cr_prod > div {
  padding: 0 20px;
}
.cr_prod .cr_prod__title {
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
}/*# sourceMappingURL=main2.css.map */