@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: #080522;
  font-family: "Gilroy Web", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #222222;
  background-size: cover;
  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_confettibg {
  background: url(images/bg.png) center top repeat-y;
}

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

.cr_title {
  font-size: clamp(16px, 4vw, 26px);
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}

.cr_product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-inline: auto;
  margin-bottom: 3vw;
}
.cr_product-list--col-3 > * {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 745px) {
  .cr_product-list--col-3 {
    gap: 15px;
  }
  .cr_product-list--col-3 > * {
    width: 100%;
  }
}

.cr_product-card img {
  display: block;
  width: 100%;
}/*# sourceMappingURL=main.css.map */