/* [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]/components/ProductCard.module.css [app-client] (css) */
.ProductCard-module__9j1fXa__card {
  background: var(--bg);
  transition: background var(--transition), box-shadow var(--transition);
  cursor: pointer;
  color: inherit;
  padding: 0;
  text-decoration: none;
  display: block;
}

.ProductCard-module__9j1fXa__preview {
  background: linear-gradient(135deg, #345c9c14, transparent 34%), var(--bg);
  box-shadow: inset 0 0 0 1px #345c9c;
}

.ProductCard-module__9j1fXa__card:active {
  background: var(--bg-alt);
  opacity: 1;
}

.ProductCard-module__9j1fXa__preview:active {
  background: linear-gradient(135deg, #345c9c1f, transparent 34%), var(--bg-alt);
}

.ProductCard-module__9j1fXa__image {
  aspect-ratio: 1;
  background: var(--bg-alt);
  border: 1.8px solid #d5d5d5;
  border-radius: 3px;
  margin-bottom: .5rem;
  position: relative;
  overflow: hidden;
}

.ProductCard-module__9j1fXa__previewBadge {
  z-index: 1;
  color: #345c9c;
  letter-spacing: .12em;
  background: #ffffffeb;
  border: 1px solid #345c9c;
  padding: .22rem .45rem;
  font-size: .5625rem;
  font-weight: 700;
  position: absolute;
  top: .75rem;
  left: .75rem;
}

.ProductCard-module__9j1fXa__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .6s;
}

.ProductCard-module__9j1fXa__card:active .ProductCard-module__9j1fXa__image img {
  transform: scale(1.04);
}

.ProductCard-module__9j1fXa__info {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.ProductCard-module__9j1fXa__brand {
  letter-spacing: .08em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin: 0;
  font-size: .7vw;
  font-weight: 600;
}

.ProductCard-module__9j1fXa__name {
  font-family: var(--font-helvetica-neue);
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  transform-origin: 0;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: clamp(.72rem, .8vw, 5rem);
  font-weight: 450;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  transform: scaleY(1.05);
}

.ProductCard-module__9j1fXa__price {
  font-family: var(--font-helvetica-neue);
  color: #222;
  margin: 0;
  font-size: clamp(.6875rem, .65vw, 5rem);
  font-weight: 420;
}

@media (max-width: 768px) {
  .ProductCard-module__9j1fXa__card {
    border: none;
    padding: 0;
  }

  .ProductCard-module__9j1fXa__preview {
    padding: .375rem;
    box-shadow: inset 0 0 0 1px #345c9c;
  }

  .ProductCard-module__9j1fXa__image {
    margin-bottom: .625rem;
  }

  .ProductCard-module__9j1fXa__previewBadge {
    top: .5rem;
    left: .5rem;
  }

  .ProductCard-module__9j1fXa__brand {
    margin-bottom: .125rem;
    font-size: .5rem;
  }

  .ProductCard-module__9j1fXa__name {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    min-height: auto;
  }
}

@media (hover: hover) and (pointer: fine) {
  .ProductCard-module__9j1fXa__card:hover {
    background: var(--bg-alt);
    opacity: 1;
  }

  .ProductCard-module__9j1fXa__preview:hover {
    background: linear-gradient(135deg, #345c9c1f, transparent 34%), var(--bg-alt);
  }

  .ProductCard-module__9j1fXa__card:hover .ProductCard-module__9j1fXa__image img {
    transform: scale(1.04);
  }
}

/* [project]/components/ProductGrid.module.css [app-client] (css) */
.ProductGrid-module__blnusG__grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  display: grid;
}

@media (max-width: 1024px) {
  .ProductGrid-module__blnusG__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .ProductGrid-module__blnusG__grid {
    background: none;
    border: none;
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
  }
}

/* [project]/app/page.module.css [app-client] (css) */
.page-module__E0kJGG__homeWrapper {
  flex-direction: column;
  flex: 1;
  min-height: 0;
  display: flex;
}

.page-module__E0kJGG__hero {
  flex: auto;
  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;
  align-self: stretch;
  min-width: 0;
  min-height: 0;
}

.page-module__E0kJGG__heroTitle {
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: clamp(2rem, 3.5vw, 7rem);
  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;
  font-size: 1vw;
  font-family: var(--font-helvetica-neue);
  text-transform: uppercase;
  letter-spacing: .2px;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #b0b0b0;
  border-radius: 3px;
  padding: .32em .7em;
  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 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.page-module__E0kJGG__heroImage {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.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);
  letter-spacing: .03em;
  color: #1a1a1a;
  margin-bottom: 1px;
  font-size: 1.2vw;
  font-weight: 500;
}

@media (min-width: 950px) and (max-width: 1030px) {
  .page-module__E0kJGG__hero {
    display: none;
  }
}

@media (min-width: 850px) and (max-width: 950px) {
  .page-module__E0kJGG__section .section-header .page-module__E0kJGG__newArrivals {
    display: none;
  }
}

.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__section .section-header .page-module__E0kJGG__newArrivals {
    font-size: 18px;
  }

  .page-module__E0kJGG__hero {
    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 {
    height: auto;
  }

  .page-module__E0kJGG__heroImage {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .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=_6901dd7f._.css.map*/