.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story, .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story * {
  box-sizing: border-box;
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story {
  width: 100%;
  overflow: hidden;
  background: #171615;
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__panel {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  scroll-margin-top: 0;
  color: #fffdfb;
  background: #514b47;
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__image, .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__shade {
  position: absolute;
  inset: 0;
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__image {
  z-index: -2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__shade {
  z-index: -1;
  background: rgba(18, 17, 16, 0.34);
  pointer-events: none;
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(760px, calc(100% - 48px));
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -45%);
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__menu-button {
  position: relative;
  max-width: 100%;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
  border: 0;
  color: rgba(255, 253, 251, 0.55);
  background: transparent;
  font-family: var(--font-body);
  font-size: clamp(44px, 4.7vw, 78px);
  font-weight: 400;
  line-height: 0.96;
  text-align: center;
  text-wrap: balance;
  cursor: pointer;
  transition: color 160ms ease-out, opacity 160ms ease-out, transform 160ms ease-out;
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__menu-button:hover, .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__menu-button:focus-visible, .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__menu-button.is-active {
  color: #fffdfb;
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__menu-button:hover, .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__menu-button:focus-visible {
  transform: translateX(6px);
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__menu-button:focus-visible, .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__shop-all:focus-visible {
  outline: 2px solid #fffdfb;
  outline-offset: 4px;
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__menu-button small {
  margin-top: 5px;
  color: #fffdfb;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__shop-all {
  min-width: 160px;
  min-height: 50px;
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 253, 251, 0.76);
  border-radius: 999px;
  color: #fffdfb;
  background: rgba(18, 17, 16, 0.2);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color 160ms ease-out, background-color 160ms ease-out, transform 160ms ease-out;
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__shop-all:hover {
  color: #171615;
  background: #fffdfb;
  transform: translateY(-2px);
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__counter {
  position: absolute;
  right: clamp(20px, 3vw, 52px);
  bottom: clamp(28px, 4vw, 64px);
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #fffdfb;
  font-family: var(--font-body);
  font-variant-numeric: tabular-nums;
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__counter strong, .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__counter small {
  font-size: 11px;
  font-weight: 600;
}

.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__counter span {
  width: 1px;
  height: 78px;
  background: rgba(255, 253, 251, 0.72);
}

@media (max-width: 767px) {
  .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__panel {
    min-height: 100svh;
  }

  .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__image {
    object-position: center 34%;
  }

  .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__content {
    width: calc(100% - 56px);
    transform: translate(-50%, -42%);
  }

  .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__menu-button {
    font-size: clamp(27px, 8.7vw, 40px);
    line-height: 1;
  }

  .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__menu-button small {
    margin-top: 3px;
    font-size: 8px;
  }

  .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__shop-all {
    min-width: 142px;
    min-height: 46px;
    margin-top: 26px;
  }

  .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__counter {
    right: 15px;
    bottom: max(20px, env(safe-area-inset-bottom));
  }

  .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__counter span {
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__menu-button, .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__shop-all {
    transition: none;
  }

  .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__menu-button:hover, .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__menu-button:focus-visible, .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__shop-all:hover {
    transform: none;
  }
}

/* Bkz. HomeEditorialHero: tam ekran panellerde tarayicinin scroll-anchoring
   duzeltmesi, kaydirma yonu degisince gorunur bir sicramaya donusuyor. */
.cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story, .cc_liCOqq6YcZ_F8TFRlAOF7 .home-collection-story__panel {
  overflow-anchor: none;
}
