/* [project]/app/herotitlefont_349a4812.module.css [app-client] (css) */
@font-face {
  font-family: heroTitleFont;
  src: url("../media/Pretendard_Regular-s.p.7d5750d9.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: heroTitleFont Fallback;
  src: local(Arial);
  ascent-override: 93.76%;
  descent-override: 23.75%;
  line-gap-override: 0.0%;
  size-adjust: 101.55%;
}

.herotitlefont_349a4812-module__QgEEIW__className {
  font-family: heroTitleFont, heroTitleFont Fallback;
  font-style: normal;
  font-weight: 400;
}

/* [project]/components/ResponsiveProductImage.module.css [app-client] (css) */
.ResponsiveProductImage-module__VnXzyG__image {
  object-fit: cover;
  width: 100%;
}

.ResponsiveProductImage-module__VnXzyG__fill {
  height: 100%;
}

.ResponsiveProductImage-module__VnXzyG__autoHeight {
  height: auto;
}

/* [project]/app/page.module.css [app-client] (css) */
.page-module__E0kJGG__homeWrapper {
  height: calc(100dvh - var(--header-h)  - var(--footer-h));
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.page-module__E0kJGG__hero {
  align-items: center;
  min-height: 0;
  padding: .25rem 0 0;
  display: flex;
}

.page-module__E0kJGG__heroInner {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  min-height: 0;
  display: grid;
}

.page-module__E0kJGG__heroContent {
  grid-column: 1 / span 2;
}

.page-module__E0kJGG__heroMedia {
  grid-column: 3 / -1;
  justify-content: flex-end;
  min-width: 0;
  display: flex;
}

.page-module__E0kJGG__heroTitle {
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 500;
  line-height: 1.1;
}

.page-module__E0kJGG__heroLabel {
  letter-spacing: .2em;
  color: var(--text-sub);
  margin-bottom: 1.5rem;
  font-size: .6875rem;
  font-weight: 600;
}

.page-module__E0kJGG__heroCta {
  margin-top: 1rem;
}

.page-module__E0kJGG__shopNowBtn {
  color: #b0b0b0;
  text-transform: uppercase;
  letter-spacing: .2px;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #b0b0b0;
  border-radius: 3px;
  padding: 3.5px 7px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.page-module__E0kJGG__shopNowBtn:active {
  color: #2e2e2e;
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}

.page-module__E0kJGG__heroImageBox {
  aspect-ratio: 4 / 3;
  background: var(--bg-alt);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.page-module__E0kJGG__heroImage {
  object-fit: cover;
}

.page-module__E0kJGG__section {
  width: 100%;
  padding-top: .5rem;
  padding-bottom: 0;
}

.page-module__E0kJGG__section .section-header {
  margin-bottom: .3rem;
}

.page-module__E0kJGG__section .section-header .page-module__E0kJGG__newArrivals {
  font-family: var(--font-pretendard), var(--font-inter), -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .03em;
  color: #1a1a1a;
  margin-bottom: 1px;
  font-size: 18px;
  font-weight: 500;
}

.page-module__E0kJGG__empty {
  text-align: center;
  border: 1px solid var(--border-strong);
  border-top: none;
  padding: 3rem 0;
}

.page-module__E0kJGG__emptyText {
  letter-spacing: .2em;
  color: var(--text-muted);
  font-size: 1rem;
  font-weight: 700;
}

.page-module__E0kJGG__emptySub {
  color: var(--text-muted);
  margin-top: .5rem;
  font-size: .8125rem;
}

@media (max-width: 768px) {
  .page-module__E0kJGG__homeWrapper {
    height: auto;
    display: block;
  }

  .page-module__E0kJGG__hero {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .page-module__E0kJGG__heroInner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.5rem;
  }

  .page-module__E0kJGG__heroContent, .page-module__E0kJGG__heroMedia {
    grid-column: auto;
  }

  .page-module__E0kJGG__heroImageBox {
    width: 100%;
  }

  .page-module__E0kJGG__section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .page-module__E0kJGG__shopNowBtn:hover {
    color: #2e2e2e;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
  }
}

/*# sourceMappingURL=_a160270a._.css.map*/