@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: #ffffff;
  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;
  padding: 0 20px 20px 20px;
  margin-inline: auto;
  position: relative;
  container-type: inline-size;
}
@media screen and (width < 480px) {
  .cr_container {
    padding: 0 10px 20px 10px;
  }
}

.cr_grid {
  display: grid;
  justify-items: center;
  gap: 30px;
  margin-bottom: 55px;
}
@media screen and (width < 640px) {
  .cr_grid {
    gap: 15px;
  }
}
.cr_grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (width < 640px) {
  .cr_grid-col-2 {
    padding-inline: 30px;
    gap: 30px;
  }
}
.cr_grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (width < 640px) {
  .cr_grid-col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cr_grid-mb20 {
  margin-bottom: 20px;
}

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

.cr_yilincoksatan {
  background: #ffdee8;
  border-radius: 40px;
  padding: 2em 15px;
  margin-bottom: 55px;
}
.cr_yilincoksatan > :first-child {
  margin-top: -60px;
}
@media screen and (width < 640px) {
  .cr_yilincoksatan {
    border-radius: 15px;
    padding: 15px;
    margin-top: 30px;
  }
  .cr_yilincoksatan > :first-child {
    margin-top: -30px;
  }
}
.cr_yilincoksatan .cr_booksSlider-wrapper {
  position: relative;
  padding-inline: 15px;
  margin-top: 20px;
}
.cr_yilincoksatan .cr_booksSlider-wrapper .tns-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: clamp(25px, 4vw, 40px);
  aspect-ratio: 51/42;
  text-indent: -99999px;
  z-index: 10;
  outline: none;
  border: none;
}
.cr_yilincoksatan .cr_booksSlider-wrapper .tns-controls button[data-controls=prev] {
  background: url(images/book-prev.png);
  background-size: cover;
  left: 0;
}
.cr_yilincoksatan .cr_booksSlider-wrapper .tns-controls button[data-controls=next] {
  background: url(images/book-next.png);
  background-size: cover;
  right: 0;
}

.cr_coksatan {
  background: #ffaf8d;
  border-radius: 40px;
  padding: 2em 0;
  margin-bottom: 55px;
}
@media screen and (width < 640px) {
  .cr_coksatan {
    border-radius: 15px;
    padding: 15px 0;
  }
}/*# sourceMappingURL=main2.css.map */