@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: url(images/bg-stars.png) center top, url(images/bg.jpg);
  font-family: "Gilroy Web", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #222222;
  background-size: cover, initial;
  position: relative;
  box-sizing: border-box;
}
.cr_lp *,
.cr_lp *:after,
.cr_lp *:before {
  box-sizing: border-box;
}

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

.cr_header {
  padding-top: 30px;
  margin-bottom: 40px;
}
.cr_header img {
  width: 100%;
  display: block;
}

.cr_product-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-inline: auto;
  margin-bottom: 40px;
  /* @include mq("small") {
    grid-template-columns: 1fr;
  } */
}

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