@charset "UTF-8";
/*  상품목록 페이지 스타일 파일입니다. */
.product-list__breadcrumb {
  height: 24px;
}
.product-list__search-keyword-wrap {
  font-weight: 700;
  font-size: 24px;
  padding-block-start: 20px;
  padding-block-end: 40px;
  border-block-end: 2px solid var(--color-base-black);
}
.product-list__search-keyword {
  font-style: normal;
  color: var(--color-point);
}
.product-list :where(.l-title) {
  font-size: 24px;
  border-bottom: unset;
  padding: unset;
  margin-block: 20px;
}
.product-list .page-content-top {
  min-height: 100px;
}
.product-list .page-content-top__location {
  color: var(--gray500);
}
.product-list .page-content-top__location a {
  display: block;
}
.product-list .page-content-top__breadcrumb-category-label::after {
  opacity: 0.6;
}
.product-list .notice {
  height: 50dvh;
}
.product-list .thumb-item__info {
  padding: 0;
  padding-block: 10px;
}
.product-list .pagination {
  padding-top: 60px;
}
.thumb-item .rank { 
  display: inline-block; 
  text-align: center; 
  background-color: #000; 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  z-index: 1; 
  width: 30px; 
  height: 30px; 
}
.thumb-item .rank em { 
  color: #fff; 
  line-height: 30px; 
  font-size: 14px; 
  font-style: normal; 
  font-weight: 500; 
}
.product-list__current-category {
  text-align: center;
  padding-bottom: 28px;
}
.l-brand-title {
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-base-black);
}
.l-brand-title.skeleton-box-large {
  display: inline-block;
  height: 38px !important;
  width: 150px !important;
}
.brand-description {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 24px;
  margin-bottom: 32px;
  padding: 32px;
  /* background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); */
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); */
}

.brand-description--title-only {
  display: block;
  padding: 20px;
  margin-top: 24px;
  margin-bottom: 32px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.brand-description__content {
  flex: 1 1 0;
  min-width: 0;
}

.brand-description__header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.brand-description__title {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1.4;
}

.brand-description__title-ko {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: var(--color-base-black);
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.brand-description__title-en {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #9e9c9c;
  /*font-style: italic; */
  letter-spacing: 0.5px;
}

.brand-description__text-wrapper {
  margin-top: 16px;
}

.brand-description__text {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.8;
  color: #3e3e3e;
  margin: 0;
  padding: 0;
}

.brand-description__text br {
  display: block;
  margin: 0.5em 0;
  line-height: 0.5;
}

.brand-description__text p {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

.brand-description__text p:last-child {
  margin-bottom: 0;
}

.brand-description__text span {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}

.brand-description__image-wrapper {
  flex: 0 0 auto;
  width: 320px;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.brand-description__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.brand-description__image:hover {
  transform: scale(1.02);
}

@media (max-width: 1024px) {
  .brand-description {
    gap: 32px;
    padding: 24px;
  }
  
  .brand-description__image-wrapper {
    width: 320px;
  }
  
  .brand-description__title-ko {
    font-size: 24px;
  }
  
  .brand-description__title-en {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .brand-description {
    flex-direction: column;
    gap: 24px;
    padding: 20px;
  }

  .brand-description__image-wrapper {
    width: 100%;
    max-width: 100%;
  }
  
  .brand-description__title-ko {
    font-size: 22px;
  }
  
  .brand-description__title-en {
    font-size: 16px;
  }
  
  .brand-description__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* 상품 이미지 부드러운 전환 효과 */
.thumb-item__img {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}

.thumb-item__img img {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-item__img img.loaded {
  opacity: 1;
}