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

@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: #200b04;
  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_mb25 {
  margin-bottom: 25px;
}

.cr_container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
  container-type: inline-size;
}

.cr_bleedimg {
  --cr_header-height: 400;
}

.cr_bleedimg img {
  width: 100%;
  display: block;
  height: calc(1px * var(--cr_header-height));
  -o-object-fit: none;
  object-fit: none;
}

@media screen and (max-width: 1200px) {
  .cr_bleedimg img {
    aspect-ratio: 1200/var(--cr_header-height);
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.cr_grid {
  display: grid;
  justify-items: center;
  gap: 20px;
}
@media screen and (width < 640px) {
  .cr_grid {
    gap: 10px;
  }
}
.cr_grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.cr_wbox {
  background: #ffffff;
  padding: 50px;
  border-radius: 50px;
  margin-inline: 8px;
}
@media screen and (width < 1024px) {
  .cr_wbox {
    padding: 25px;
    border-radius: 25px;
  }
}
@media screen and (width < 640px) {
  .cr_wbox {
    padding: 15px;
    border-radius: 15px;
  }
}
.cr_wbox__brandlogo {
  margin-bottom: 20px;
}
.cr_wbox__brandlogo img {
  height: 35px;
}
@media screen and (width < 640px) {
  .cr_wbox__brandlogo img {
    height: 25px;
  }
}
.cr_wbox__title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (width < 640px) {
  .cr_wbox__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cr_wbox__title h2 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
@media screen and (width < 640px) {
  .cr_wbox__title h2 {
    font-size: 22px;
  }
}
.cr_wbox__title select {
  all: unset;
  margin-left: auto;
  border: 1px solid #ff6000;
  border-radius: 100vw;
  padding: 10px 25px 10px 20px;
  background: url(images/dropdown-arrow.svg) no-repeat right 10px center;
}
@media screen and (width < 640px) {
  .cr_wbox__title select {
    margin-left: 0;
  }
}
.cr_wbox p {
  margin: 0 0 1em 0;
}
.cr_wbox__cta {
  display: inline-block;
  background: #ff6000;
  color: #fff !important;
  padding: 15px 30px;
  border-radius: 100vw;
  text-decoration: none;
  font-weight: 600;
  margin-top: auto;
}
.cr_wbox__cta:hover {
  background: #e65500;
}
@media screen and (width < 640px) {
  .cr_wbox__cta {
    padding: 10px 20px;
  }
}

.cr_brandboxes {
  padding-inline: 8px;
}

.cr_brandbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cr_brandtabs .cr_brandtab-content {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cr_brandtabs .cr_brandtab-content:first-child {
  display: grid;
}
@media screen and (width < 640px) {
  .cr_brandtabs .cr_brandtab-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cr_accordion {
  border: 1px solid #cacaca;
  border-radius: 0.5em;
  margin-bottom: 3.5cqw;
}
.cr_accordion details {
  border-top: 1px solid #cacaca;
}
.cr_accordion details[open] {
  border-bottom: none;
}
.cr_accordion details:focus, .cr_accordion details:focus-visible {
  outline: none;
}
.cr_accordion details::details-content {
  display: block;
  margin-inline: 10px;
  block-size: 0;
  overflow: hidden;
  transition-property: block-size, content-visibility;
  transition-duration: 0.3s;
  transition-behavior: allow-discrete;
}
.cr_accordion details[open]::details-content {
  block-size: auto;
  block-size: calc-size(auto, size);
}
.cr_accordion details:first-child {
  border-top: none;
}
.cr_accordion details a {
  text-decoration: underline;
  color: inherit;
}
.cr_accordion summary:focus, .cr_accordion summary:focus-visible {
  outline: none;
}
.cr_accordion summary {
  padding: 0.5em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
}
.cr_accordion summary::marker {
  display: none;
  content: "";
}
.cr_accordion summary::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: url(images/accordion-toggle.png) no-repeat #f5f5f5;
  background-position: center;
  background-size: 16px;
}/*# sourceMappingURL=main6.css.map */