:root {
  --color-text: #2c3e50;
  --color-primary: #2c3e50;
  --color-accent: #b48a3a;
  --color-border: #e0e0e0; /* 연한 회색 */
  --shadow-light: 0 2px 4px rgba(0, 0, 0, 0.05);
  --border-radius-sm: 4px;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Thin.woff2')
    format('woff2');
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraLight.woff2')
    format('woff2');
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Light.woff2')
    format('woff2');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2')
    format('woff2');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2')
    format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2')
    format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2')
    format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2')
    format('woff2');
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Suit';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Heavy.woff2')
    format('woff2');
  font-weight: 900;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family:
    'Suit',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
}

input,
textarea,
select {
  font: inherit;
}

strong {
  font-weight: unset;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/** container */
.container-wrapper {
  width: 100%;
  background-color: transparent;
  padding: 0;
  display: flex;
  justify-content: center;
}
.container-inner {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
/** // container */

.intro-section {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.intro-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.intro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.intro-overlay img {
  width: 100%;
  max-width: 480px;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.intro-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
}

.intro-content {
  width: 100%;
  color: white;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 28px;
}

.keyword-container {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.keyword-item {
  padding: 2px 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  font-size: 11px;
  color: white;
  font-weight: 700;
  letter-spacing: -0.33px;
  line-height: 15px;
}

.intro-title {
  margin: 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.9px;
  white-space: pre-line;
  word-break: keep-all;
}

@media (max-width: 768px) {
  .intro-wrapper {
    padding-bottom: 20px;
  }

  .intro-title {
    font-size: 24px;
  }

  .keyword-item {
    font-size: 10px;
    padding: 2px 8px;
  }
}

.toc-section {
  width: 100%;
  background: white;
  padding: 23px 0;
}

.toc-container {
  padding: 0 28px;
}

.toc-item {
  cursor: pointer;
}

.toc-item-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  transition: opacity 0.2s;
  min-height: 32px;
}

.toc-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 3px;
}

.toc-title {
  font-size: 18px;
  color: #121212;
  font-weight: 600;
  line-height: 1.4;
}

.toc-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.toc-tag {
  font-size: 12px;
  color: #22638b;
  font-weight: 500;
  line-height: 1.4;
}

.toc-tag::before {
  content: '# ';
}

.toc-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #121212;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
  border: none;
}

.toc-arrow svg {
  width: 18px;
  height: 18px;
}

.toc-divider {
  height: 1px;
  background: #121212;
  margin: 0;
}

@media (max-width: 768px) {
  .toc-container {
    padding: 0 28px;
  }

  .toc-title {
    font-size: 16px;
  }

  .toc-tag {
    font-size: 11px;
  }
}

.product-header-recommend-header {
  margin-top: 40px;
}

.product-header-simple-content {
  padding: 10px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #ff552f;
}

.product-header-title-simple {
  font-size: 17px;
  color: white;
  letter-spacing: -0.51px;
  line-height: 1.4;
}

.product-list-section {
  margin-top: 10px;
  width: 100%;
  background: white;
  padding: 0;
}

.product-list-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

.common-recommend-items {
  padding: 0 0 20px;
}

.common-recommend-cta {
  padding: 12px 16px 24px;
}

.product-list-intro {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 15px 16px;
  background: white;
  width: 100%;
}

.product-intro-title-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.product-intro-divider-top,
.product-intro-divider-bottom {
  width: 100%;
  height: 2px;
  background: #121212;
}

.product-intro-title-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 6px;
}

.product-intro-title {
  font-size: 24px;
  font-weight: 700;
  color: #121212;
  line-height: 1.4;
  letter-spacing: -0.72px;
  margin: 0;
}

.product-intro-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #4d4d4d;
  line-height: 1.4;
  letter-spacing: -0.42px;
  margin: 0;
}

.product-intro-description {
  width: 100%;
}

.product-intro-description p {
  font-size: 13px;
  line-height: 1.7;
  color: #505050;
  letter-spacing: -0.39px;
  margin: 0;
  white-space: pre-line;
  word-break: keep-all;
}

/* 스켈레톤 스타일 */
.skeleton-card {
  animation: skeleton-loading 1.5s infinite ease-in-out;
}

.skeleton-thumbnail {
  width: 179px;
  height: 224px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}

.skeleton-brand {
  width: 60px;
  height: 12px;
  background: #f0f0f0;
  border-radius: 4px;
  margin-bottom: 8px;
}

.skeleton-name {
  width: 140px;
  height: 14px;
  background: #f0f0f0;
  border-radius: 4px;
  margin-bottom: 8px;
}

.skeleton-price {
  width: 80px;
  height: 16px;
  background: #f0f0f0;
  border-radius: 4px;
}

@keyframes skeleton-loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

/* 실제 상품 카드 스타일 (동적 로드 시 적용) */
.product-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.common-recommend-cta {
  margin-top: 32px;
  padding: 12px 16px;
}

.common-recommend-cta-button {
  width: 100%;
  height: 41px;
  background: #121212;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s;
}

.common-recommend-cta-button:hover {
  background: #333;
}

.product-header-discount-header {
  margin-top: 40px;
}

.product-list {
  width: 100%;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 179px);
  gap: 16px 2px;
  justify-content: center;
}

.product-header-brand-recommend-header {
  margin-top: 18px;
}

.brand-recommend-section {
  width: 100%;
  background: white;
  padding: 0;
}

.brand-recommend-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.brand-products {
  padding: 0;
}

.brand-intro {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 15px 16px;
  background: white;
  width: 100%;
}

.brand-intro-title-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.brand-intro-divider-top,
.brand-intro-divider-bottom {
  width: 100%;
  height: 2px;
  background: #121212;
}

.brand-intro-title-content {
  display: flex;
  flex-direction: column;
  padding: 0 6px;
}

.brand-intro-badge {
  font-size: 14px;
  font-weight: 800;
  color: #ff5700;
  line-height: 1.4;
  letter-spacing: -0.42px;
  text-transform: uppercase;
}

.brand-intro-title {
  font-size: 24px;
  font-weight: 700;
  color: #121212;
  line-height: 1.4;
  letter-spacing: -0.72px;
  margin: 0;
}

.brand-intro-description {
  width: 100%;
}

.brand-intro-description p {
  font-size: 13px;
  line-height: 1.7;
  color: #505050;
  letter-spacing: -0.39px;
  margin: 0;
  white-space: pre-line;
  word-break: keep-all;
}

.brand-products {
  width: 100%;
}

.brand-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 179px);
  gap: 16px 2px;
  justify-content: center;
}

/* 스켈레톤 스타일 */

.brand-cta {
  margin-top: 32px;
  padding: 12px 16px;
}

.brand-cta-button {
  width: 100%;
  height: 41px;
  background: #121212;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s;
}

.brand-cta-button:hover {
  background: #333;
}

.brand-recommend-1 {
  margin-top: 10px;
}

.brand-recommend-2 {
  margin-top: 10px;
}

.brand-recommend-3 {
  margin-top: 10px;
}

.faq-section {
  width: 100%;
  background: white;
  padding: 10px;
  box-sizing: border-box;
}

.faq-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.faq-head {
  width: 100%;
  padding: 10px 28px;
  box-sizing: border-box;
}

.faq-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #121212;
  letter-spacing: -0.66px;
  line-height: 1.4;
}

.faq-title-divider {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}

.faq-items {
  width: 100%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.faq-item {
  width: 95%;
  padding: 4px 0 16px;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 0;
  border-bottom: 1px solid black;
  position: relative;
  cursor: default;
}

.faq-q-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.faq-q-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #121212;
  border-radius: 50%;
}

.faq-q-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.39px;
}

.faq-question-text {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  letter-spacing: -0.39px;
  line-height: 1.4;
}

.faq-chevron {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.faq-chevron svg {
  width: 20px;
  height: 20px;
}

.faq-answer-wrapper {
  animation: slideDown 0.3s ease;
}

.faq-answer {
  margin-top: 10px;
  padding: 0 6px;
}

.faq-answer-content {
  font-size: 14px;
  line-height: 1.7;
  color: #727272;
  width: 292px;
  word-break: keep-all;
}

.faq-divider {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #f0f0f0;
  margin: 10px auto 0;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.container-inner-footer {
  padding: 0 16px 32px;
}

.container-wrapper.footer {
  margin-top: 55px;
  padding: 0 21px 20px 21px;
}

.footer-divider {
  width: 100%;
  height: 1.3px;
  background-color: rgb(233, 233, 233);
  margin-bottom: 20px;
}

.footer-business-info-toggle {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  padding: 0;
  touch-action: manipulation;
  width: 100%;
}

.footer-business-info-text {
  color: rgb(0, 0, 0);
  font-family:
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

.footer-arrow-icon {
  margin-left: 5px;
  transform: rotate(270deg);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}

.footer-business-details {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
  margin-bottom: 0;
}

.footer-business-details.footer-show {
  max-height: 300px;
  opacity: 1;
  margin-bottom: 20px;
}

.footer-info-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4px;
  color: rgb(120, 121, 123);
  font-family:
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.footer-info-label {
  display: inline;
  margin: 0;
  font-weight: 400;
}

.footer-info-label::after {
  content: ' : ';
}

.footer-info-value {
  display: inline;
  margin: 0 8px 0 2px;
}

.footer-info-separator {
  margin: 0 8px;
  color: rgb(180, 181, 183);
}

.footer-business-check {
  margin-left: 4px;
  color: rgb(120, 121, 123);
  font-size: 14px;
}

.footer-link-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  touch-action: manipulation;
  font-family:
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: rgb(0, 0, 0);
}

.footer-links-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 13px;
}

.footer-link-divider {
  height: 16px;
  width: 1px;
  margin: 0 10px;
  background-color: rgba(109, 109, 109, 0.3);
}

.footer-contact {
  color: rgb(0, 0, 0);
  font-family:
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.footer-contact-label {
  margin-right: 4px;
}

@media (max-width: 768px) {
  .container-wrapper.footer {
    padding: 0 16px 16px 16px;
  }
}

.product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.product-thumbnail {
  width: 100%;
  height: 224px;
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.product-info {
  padding: 8px 8px 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-brand {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.3px;
  line-height: 1.385;
}

.product-name {
  font-size: 13px;
  color: #4d4d4d;
  letter-spacing: 0.3px;
  line-height: 1.385;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-price {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.467;
  display: flex;
  gap: 2px;
  align-items: center;
}

.product-discount {
  color: #ff5700;
}

.price-value {
  color: #000;
}

.product-badges {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.product-badge {
  background: #f7f7f7;
  padding: 4px 6px;
  border-radius: 2px;
  display: inline-flex;
}

.product-badge span {
  font-size: 11px;
  color: #737373;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.091;
}

.product-stats {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 0;
}

.product-review,
.product-like {
  display: flex;
  align-items: center;
  gap: 2px;
}

.product-review span,
.product-like span {
  font-size: 11px;
  color: #8c8c8c;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.091;
}

.product-review svg,
.product-like svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.stats-divider {
  width: 1px;
  height: 10px;
  background: #d9d9d9;
}
