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("fonts/subset-Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/subset-Gilroy-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("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/oyuncak-senligi_110123/bg-2.png) center bottom no-repeat #e5b6b2;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  background-size: cover;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.cr_lp *, .cr_lp *:after, .cr_lp *:before {
  box-sizing: border-box;
}
.cr_lp .snowflakes {
  position: fixed;
}
.cr_lp .snowflake {
  position: absolute;
  width: 10px;
  height: 10px;
  background: linear-gradient(white, white); /* Workaround for Chromium's selective color inversion */
  border-radius: 50%;
  filter: drop-shadow(0 0 10px white);
}

.cr_container {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  padding-bottom: 100px;
  margin-inline: auto;
  position: relative;
}

.cr_stars {
  position: absolute;
  top: 0;
  height: 100%;
  background-size: 100% auto;
}
.cr_stars.stars-left {
  background-image: url(images/stars-left.png);
}
.cr_stars.stars-right {
  background-image: url(images/stars-right.png);
}

.cr_header {
  margin: -20px -170px 20px -170px;
}
.cr_header img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 745px) {
  .cr_header img:nth-child(1) {
    display: none;
  }
}
.cr_header img:nth-child(2) {
  display: none;
}
@media screen and (max-width: 745px) {
  .cr_header img:nth-child(2) {
    display: block;
  }
}

.cr_title {
  text-align: center;
  font-size: 40px;
  letter-spacing: 5px;
  margin: 50px 0;
}

.cr_product-list {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}
@media screen and (max-width: 745px) {
  .cr_product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cr_product-list--single {
  display: block;
}
.cr_product-list--prices {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 745px) {
  .cr_product-list--prices {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cr_product-list--cats {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 745px) {
  .cr_product-list--cats {
    grid-template-columns: repeat(3, 1fr);
  }
}

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