.product-skin {
  --product-point: var(--point-color, #c1272d);
  --product-sbi-black: #111111;
  --product-neutral-50: #fafafa;
  --product-neutral-100: #f5f5f5;
  --product-neutral-300: #d4d4d4;
  --product-neutral-400: #a3a3a3;
  --product-neutral-800: #262626;
  color: #000000;
}

.product-skin,
.product-skin *,
.product-skin *::before,
.product-skin *::after {
  box-sizing: border-box;
}

.product-skin img {
  display: block;
  max-width: 100%;
}

.product-skin a {
  color: inherit;
  text-decoration: none;
}

.product-skin button,
.product-skin input,
.product-skin select,
.product-skin textarea {
  font: inherit;
  color: inherit;
}

.product-skin__container {
  width: 100%;
}

.product-skin .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------------------------------------------------------------------- */
/*	BUTTON FRAMEWORK (Standalone for Product Skin)
/* ---------------------------------------------------------------------- */
.se-btn{position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 140px; width: auto; height: 48px; padding: 0 24px; border: none; background: #ffffff; font-size: 15px; line-height: 1; font-weight: 600; text-align: center; white-space: nowrap; cursor: pointer; appearance: none; box-shadow: none; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); gap: 6px; overflow: hidden; z-index: 1}
.se-btn::after{content: ""; position: absolute; inset: 0; border-radius: inherit; transition: opacity 0.3s ease; z-index: -1; pointer-events: none}
.se-btn:focus{outline: none}
.se-btn:focus-visible{outline: 2px solid rgba(226, 63, 64, 0.35); outline-offset: 2px}
.se-btn[disabled],.se-btn[aria-disabled="true"]{opacity: 0.5; cursor: not-allowed; transform: none}

/* Shine Effect (Optional) */
.se-btn--shine::before{content: ""; position: absolute; top: 0; left: -50%; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%); transform: skewX(-25deg); z-index: 2; pointer-events: none}
.se-btn--shine:hover::before{animation: seBtnShine 0.5s ease-out}
@keyframes seBtnShine{100%{left: 125%}}

/* Light Variant */
.se-btn--light{color: #374151; background: linear-gradient(135deg, #ffffff 0%, #f3f4f6 100%); border: 1px solid #e5e7eb}
.se-btn--light::after{background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%); opacity: 0}
.se-btn--light:hover{color: #111827; border-color: #d1d5db}
.se-btn--light:hover::after{opacity: 1}
.se-btn--light:active{border-color: #9ca3af}

/* Dark Variant */
.se-btn--dark{color: #ffffff; -webkit-text-fill-color: #ffffff; background: linear-gradient(135deg, #e23f40 0%, #d44648 100%)}
.se-btn--dark::after{background: linear-gradient(135deg, #e23f40 0%, #ca3d3f 100%); opacity: 0}
.se-btn--dark:hover{color: #ffffff}
.se-btn--dark:hover::after{opacity: 1}
.se-btn--dark:active{color: #ffffff}
.se-btn--dark,.se-btn--dark:link,.se-btn--dark:visited,.se-btn--dark:hover,.se-btn--dark:active,.se-btn--dark:focus{color: #ffffff; -webkit-text-fill-color: #ffffff}

/* Size Variants */
.se-btn--compact{min-width: 120px; height: 40px; padding: 0 15px; justify-content: center; gap: 8px; border-radius: 8px}
.se-btn--sm{min-width: auto; height: 32px; padding: 0 12px; font-size: 13px; border-radius: 6px; font-weight: 500}

/* ---------------------------------------------------------------------- */
/*	PRODUCT BUTTON (Legacy Support - extends se-btn)
/* ---------------------------------------------------------------------- */
.product-btn{position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 168px; width: auto; height: 48px; padding: 0 24px; border: none; border-radius: 8px; background: #ffffff; font-size: 15px; line-height: 1; font-weight: 700; letter-spacing: -0.01em; text-align: center; white-space: nowrap; cursor: pointer; appearance: none; box-shadow: none; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; z-index: 1}
.product-btn::after{content: ""; position: absolute; inset: 0; border-radius: inherit; transition: opacity 0.3s ease; z-index: -1; pointer-events: none}
.product-btn:focus{outline: none}
.product-btn:focus-visible{outline: 2px solid rgba(226, 63, 64, 0.35); outline-offset: 2px}
.product-btn::before{content: ""; position: absolute; top: 0; left: -75%; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%); transform: skewX(-25deg); z-index: 2; pointer-events: none}
.product-btn:hover::before{animation: seBtnShine 0.5s ease-out}
.product-btn[disabled],.product-btn[aria-disabled="true"]{opacity: 0.5; cursor: not-allowed; transform: none}
.product-btn--light{color: #374151; background: linear-gradient(135deg, #ffffff 0%, #f3f4f6 100%); border: 1px solid #e5e7eb}
.product-btn--light::after{background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%); opacity: 0}
.product-btn--light:hover{color: #111827; border-color: #d1d5db}
.product-btn--light:hover::after{opacity: 1}
.product-btn--light:active{border-color: #9ca3af}
.product-btn--dark{color: #ffffff; -webkit-text-fill-color: #ffffff; background: linear-gradient(135deg, #e23f40 0%, #d44648 100%)}
.product-btn--dark::after{background: linear-gradient(135deg, #e23f40 0%, #ca3d3f 100%); opacity: 0}
.product-btn--dark:hover{color: #ffffff}
.product-btn--dark:hover::after{opacity: 1}
.product-btn--dark:active{color: #ffffff}
.product-skin .product-btn--dark,.product-skin .product-btn--dark:link,.product-skin .product-btn--dark:visited,.product-skin .product-btn--dark:hover,.product-skin .product-btn--dark:active,.product-skin .product-btn--dark:focus{color: #ffffff; -webkit-text-fill-color: #ffffff}
.product-skin .product-btn--dark *,.product-skin .product-btn--dark .product-btn__label,.product-skin .product-btn--dark .product-btn__side{color: inherit; fill: currentColor}
.product-btn--compact{min-width: 140px; height: 42px; padding: 0 20px; justify-content: space-between; gap: 8px; border-radius: 8px}
.product-btn--sm{min-width: auto; height: 32px; padding: 0 12px; font-size: 13px; border-radius: 6px; font-weight: 500; gap: 6px}
.product-btn__side{flex: 1}
.product-btn__side--left{text-align: left}
.product-btn__side--right{text-align: right}
.product-btn__label{white-space: nowrap}

.product-search,
.product-write,
.product-write__form,
.product-delete,
.product-delete__form,
.product-message,
.product-password,
.product-info {
  display: block;
}

.product-list__intro {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 4px;
}

.product-list__count {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #767b83;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.005em;
}

.product-list__search-wrap {
  padding-top: 16px;
}

.product-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.product-search__align {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  min-width: 0;
}

.product-search__field-wrap {
  position: relative;
  width: 100%;
}

.product-search__input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 50px 0 15px;
  border: 1px solid #d6d8dc;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  appearance: none;
}

.product-search__input:focus {
  outline: none;
  border-color: #111111;
  background-color: #ffffff;
  box-shadow: none;
}

.product-search__input::placeholder {
  color: var(--product-neutral-400);
  opacity: 1;
}

.product-search__submit {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #2a313d;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.product-search__submit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}

.product-search__submit:hover {
  background-color: transparent;
  border-color: transparent;
  color: #111827;
  box-shadow: none;
}

.product-search__submit:active {
  box-shadow: none;
}

.product-search__submit:focus {
  outline: none;
}

.product-search__submit:focus-visible {
  outline: 2px solid rgba(17, 24, 39, 0.35);
  outline-offset: 2px;
}

.product-search__next {
  margin-top: 0;
}

.product-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.product-card {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  box-shadow: none;
  transition: none;
  overflow: visible;
}

.product-card::before {
  content: none;
}

.product-card:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.product-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ffffff;
}

.product-card__media::after {
  content: none;
}

.product-card__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 14px;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.product-card:hover .product-card__thumb {
  transform: scale(1.02);
  filter: none;
}

.product-card__content {
  margin-top: 0;
  padding: 12px 0 0;
}

.product-card__title {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.product-card__title-name {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  color: #333;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.product-card:hover .product-card__title {
  color: #333;
}

.product-card:hover .product-card__title-name {
  color: #111111;
}

.product-card__summary {
  margin: 6px 0 0;
  color: #656d79;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card__price {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #eceef2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 5px;
  color: #1b1d22;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.012em;
}

.product-card__price-label {
  flex: 0 0 auto;
  color: #666;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.product-read__brand-badge {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e23f40 0%, #d44648 100%);
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-card__price-value {
  min-width: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card__price--empty {
  color: #8d9096;
  font-weight: 500;
}

.product-pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.product-pagination__nav,
.product-pagination__page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #d3d9e2;
  border-radius: 12px;
  background-color: #ffffff;
  color: #161b23;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.product-pagination__nav {
  box-shadow: none;
}

.product-pagination__nav:hover {
  border-color: #1b1b1b;
  background-color: #1b1b1b;
  color: #ffffff;
  box-shadow: none;
}

.product-pagination__nav--prev {
  margin-right: 8px;
}

.product-pagination__nav--next {
  margin-left: 8px;
}

.product-pagination__page:hover {
  border-color: #b9c1cd;
  background-color: #f8fafc;
  color: #111827;
  box-shadow: none;
}

.product-pagination__page--current {
  border-color: #111111;
  background-color: #111111;
  color: #ffffff;
  box-shadow: none;
}

.product-pagination__page--current:hover {
  border-color: #111111;
  background-color: #111111;
  color: #ffffff;
  box-shadow: none;
}

.product-list__admin-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 80px;
}

.product-read__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}

.product-read__media {
  margin: 0;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.product-read__thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 16px;
  object-fit: contain;
  object-position: center;
}

.product-read__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
}

.product-read__title {
  margin: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
  color: #000;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.product-read__title-text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.38;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.product-read__subtitle {
  margin: 0;
  color: #434a57;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}

.product-read__summary {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.product-read__policy {
  margin-top: 10px;
  border-top: 1px solid #e4e9f0;
  border-bottom: 1px solid #e4e9f0;
}

.product-read__policy-section {
  margin: 0;
  padding: 32px 0;
}

.product-read__policy-section + .product-read__policy-section {
  border-top: 1px solid #edf1f6;
}

.product-read__policy-section-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 10px;
}

.product-read__policy-section-title {
  position: relative;
  margin: 0;
  padding-left: 12px;
  color: #0f1724;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.product-read__policy-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 6px;
  height: 16px;
  border-radius: 2px;
  background: #4e5d75;
}

.product-read__policy-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-read__policy-point {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0;
  padding: 4px 0;
}

.product-read__policy-point + .product-read__policy-point {
  margin-top: 6px;
  padding-top: 9px;
  border-top: 1px solid #f0f3f7;
}

.product-read__policy-point-label {
  color: #666;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.product-read__policy-point-text {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  word-break: keep-all;
}

.product-read__price {
  padding-top: 15px;
  border-top: 1px solid #eceef2;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.product-read__price-label {
  color: #666;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
}

.product-read__price-value {
  color: #000;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

.product-read__price-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eceef2;
  padding-top: 20px;
}

.product-read__price-actions .product-read__price {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.product-read__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  margin-top: 0;
}

.product-read__actions .product-btn--compact {
  justify-content: center;
}

.product-read__detail {
  margin-top: 160px;
}

.product-read__detail-title {
  margin: 0 0 14px;
  color: #111111;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.product-read__detail-content {
  color: #20242b;
  font-size: 15px;
  line-height: 1.78;
}

.product-read__detail-content img {
  max-width: 100%;
  height: auto;
}

.product-read__detail-content p:first-child {
  margin-top: 0;
}

.product-read__detail-content p:last-child {
  margin-bottom: 0;
}

.product-secret-form {
  padding: 20px 0 0;
}

.product-secret-form__title {
  margin-bottom: 12px;
  text-align: left;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.product-secret-form__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.product-secret-form__input {
  flex: 1 1 224px;
  min-width: 0;
  height: 45px;
  padding: 0 12px;
  border: 1px solid #d6d8dc;
  border-radius: 0;
  color: #111111;
  font-size: 15px;
  font-weight: 600;
  appearance: none;
}

.product-secret-form__submit {
  height: 45px;
  padding: 0 17px;
  border: 1px solid #111111;
  background-color: #111111;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  appearance: none;
}

.product-read__manage-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.product-write__heading-title {
  margin: 0;
  text-align: center;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 600;
}

.product-write__form-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-write__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.product-write__media-panel {
  display: block;
}

.product-write__media {
  width: 100%;
  border: 1px solid #dedede;
  background: #ffffff;
  overflow: hidden;
}

.product-write__thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 16px;
  object-fit: contain;
  object-position: center;
}

.product-write__media-help {
  margin: 10px 0 0;
  color: #7a818c;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.product-write__meta-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-write__category-wrap {
  margin: 0;
}

.product-write__category-select {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  border: 1px solid #d6d8dc;
  border-radius: 0;
  background: #ffffff;
  color: #15171c;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  appearance: none;
}

.product-write__headline-fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.product-write__input {
  display: block;
  width: 100%;
  height: 47px;
  padding: 0 15px;
  border: 1px solid #d6d8dc;
  border-radius: 0;
  background: #ffffff;
  color: #12151a;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  appearance: none;
}

.product-write__input::placeholder {
  color: #9aa0ab;
  opacity: 1;
}

.product-write__input:focus,
.product-write__category-select:focus {
  outline: none;
  border-color: #111111;
}

.product-write__input--subtitle {
  min-height: 0;
  height: 47px;
  padding: 0 15px;
  border-color: #d6d8dc;
  background-color: #ffffff;
  color: #12151a;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.product-write__input--title {
  min-height: 0;
  height: 47px;
  padding: 0 14px;
  border-color: #d6d8dc;
  background-color: #ffffff;
  color: #12151a;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.product-write__input--summary {
  min-height: 0;
  height: 47px;
  padding: 0 15px;
  border-color: #d6d8dc;
  background-color: #ffffff;
  color: #12151a;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.product-write__price-row {
  display: block;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.product-write__price-label {
  color: #646c79;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

.product-write__price-input-wrap {
  min-width: 0;
}

.product-write__input--price {
  min-height: 0;
  height: 47px;
  padding: 0 15px;
  border-color: #d6d8dc;
  background-color: #ffffff;
  color: #12151a;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.product-write__price-korean {
  margin-top: 5px;
  color: #7a8089;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.product-write__detail-section {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #e7e9ee;
}

.product-write__section-title {
  margin: 0 0 15px;
  color: #111111;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}
.product-write__detail-editor {
  width: 100%;
}

.product-write__detail-editor img {
  max-width: 100%;
  height: auto;
}

.product-write__footer {
  margin-top: 32px;
}

.product-author-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 20px;
}

.product-author-form__field {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.product-author-form__label {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
}

.product-author-form__input {
  height: 32px;
  padding: 0 8px;
  border: 1px solid var(--product-neutral-400);
  border-radius: 0;
  width: 80px;
}

.product-author-form__input--wide {
  width: 300px;
}

.product-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-form-field__label {
  color: #4a5568;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.product-form-field__input {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 15px;
  border: 1px solid #d6d8dc;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  appearance: none;
}

.product-form-field__input:focus {
  outline: none;
  border-color: #111111;
}

.product-form-field__input::placeholder {
  color: #9aa0ab;
  opacity: 1;
}

.product-form-field__help {
  color: #7a818c;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.product-write__action-wrap {
  margin-top: 24px;
}

.product-write__temp-actions,
.product-write__main-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.product-write__temp-actions {
  margin-bottom: 20px;
}

.product-delete__inner {
  max-width: 1024px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.product-delete__title {
  margin: 0 0 40px;
  color: #000000;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.product-delete__message,
.product-message__text,
.product-password__title {
  margin: 0 0 40px;
  color: #000000;
  font-size: 18px;
  line-height: 1.625;
  font-weight: 500;
  text-align: center;
}

.product-delete__actions,
.product-message__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.product-message__inner,
.product-password__inner {
  max-width: 1024px;
  padding-top: 64px;
}

.product-password__form {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

.product-password__input {
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 0 12px;
  border: 1px solid var(--product-neutral-400);
}

.product-password__submit {
  width: 192px;
}

.product-contact-wrap {
  margin-top: 24px;
}

.product-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 20px;
  border: 1px solid #d6deea;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: none;
}

.product-contact__brand {
  width: 100%;
}

.product-contact__brand-subtitle {
  margin-bottom: 4px;
  color: #677284;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-contact__brand-name {
  color: #0e1521;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 600;
}

.product-contact__split {
  display: none;
}

.product-contact__line {
  width: 100%;
}

.product-contact__line-label {
  margin-bottom: 5px;
  color: #7a8392;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.product-contact__phones {
  color: #131824;
  font-size: 17px;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: -0.004em;
}

.product-contact__phones a {
  color: inherit;
}

.product-contact__divider {
  display: inline;
}

.product-contact__break {
  display: inline;
}

@media (min-width: 640px) {
  .product-search__field-wrap {
    width: 288px;
  }

  .product-pagination__nav--prev {
    margin-right: 16px;
  }

  .product-pagination__nav--next {
    margin-left: 16px;
  }

  .product-read__title,
  .product-delete__title {
    font-size: 32px;
    line-height: 1.5;
  }

  .product-read__price-value {
    font-size: 32px;
  }

  .product-write__input--title {
    max-width: none;
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .product-hero {
    height: 480px;
  }

  .product-hero__category-list {
    justify-content: center;
    gap: 32px;
  }

  .product-hero__category-link {
    font-size: 20px;
  }

  .product-list__title,
  .product-write__heading-title {
    font-size: 36px;
  }

  .product-read__top,
  .product-write__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .product-read__policy-point {
    grid-template-columns: 99px minmax(0, 1fr);
    gap: 12px;
  }

  .product-list__intro {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
  }

  .product-search {
    gap: 12px;
  }

  .product-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .product-delete__inner,
  .product-message__inner,
  .product-password__inner {
    padding-top: 96px;
  }

  .product-delete__inner {
    padding-bottom: 96px;
  }

  .product-delete__message,
  .product-message__text,
  .product-password__title {
    font-size: 20px;
    line-height: 2;
  }

  .product-write__price-korean {
    font-size: 14px;
  }

  .product-guides {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .product-contact {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
    padding: 25px;
  }

  .product-contact__split {
    display: block;
    width: 1px;
    align-self: stretch;
    background: linear-gradient(180deg, rgba(203, 211, 224, 0) 0%, rgba(203, 211, 224, 0.95) 18%, rgba(203, 211, 224, 0.95) 82%, rgba(203, 211, 224, 0) 100%);
  }

  .product-contact__line {
    flex: 1 1 auto;
    min-width: 0;
  }

  .product-contact__brand-name {
    font-size: 24px;
  }

  .product-contact__line-label {
    text-align: right;
  }

  .product-contact__phones {
    font-size: 26px;
    text-align: right;
    letter-spacing: -0.01em;
  }

  .product-contact__divider {
    display: inline;
  }

  .product-contact__break {
    display: none;
  }
}

@media (min-width: 1024px) {
  .product-btn--compact {
    width: 192px;
    height: 48px;
  }

  .product-search__align {
    justify-content: flex-end;
  }

  .product-search__field-wrap {
    width: 320px;
  }

  .product-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
  }

  .product-read__top,
  .product-write__top {
    gap: 32px;
  }

  .product-read__top {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .product-write__top {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }
}

@media (min-width: 1280px) {
  .product-cards {
    gap: 32px;
  }

  .product-read__top,
  .product-write__top {
    gap: 37px;
  }
}

/* FAQ Section */
.product-read__faq-section { margin-top: 60px; padding-top: 40px; border-top: 1px solid #eaeaea; }
.product-read__faq-heading { font-size: 22px; font-weight: 600; margin-bottom: 24px; color: #222; }
.product-read__faq-item { border-bottom: 1px solid #f1f1f1; }
.product-read__faq-item:first-child { border-top: 1px solid #222; }
.product-read__faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 0; background: none; border: none; cursor: pointer; text-align: left; font-size: 16px; color: #222; outline: none; transition: background 0.2s; gap: 15px; }
.product-read__faq-q:hover { background: #fafafa; }
.product-read__faq-left { display: flex; align-items: center; gap: 12px; flex: 1; }
.product-read__faq-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e23f40 0%, #d44648 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.product-read__faq-title { font-weight: 500; transition: color 0.2s; line-height: 1.4; word-break: keep-all; }
.product-read__faq-q:hover .product-read__faq-title { color: #e23f40; }
.product-read__faq-q[aria-expanded="true"] .product-read__faq-title { color: #e23f40; font-weight: 600; }
.product-read__faq-chev { line-height: 1; font-size: 24px; color: #999; transition: transform 0.3s ease; flex-shrink: 0; }
.product-read__faq-a { padding: 0 0 24px 0; font-size: 15px; color: #444; line-height: 1.6; display: none; }
.product-read__faq-a[hidden] { display: none; }
.product-read__faq-a:not([hidden]) { display: block; animation: faqFadeIn 0.3s ease; }
.product-read__faq-inner { background: #f8f9fa; padding: 24px; border-radius: 8px; border: 1px solid #f1f1f1; }
.product-read__faq-inner a { color: #222; text-decoration: underline; text-underline-offset: 4px; font-weight: 500; transition: color 0.2s; margin-right: 15px; }
.product-read__faq-inner a:hover { color: #e23f40; }
@keyframes faqFadeIn { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 768px) {
    .product-read__faq-left { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* Contact Section */
.product-contact-banner {
    margin-top: 80px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #111;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
}
.product-contact-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(226, 63, 64, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.product-contact__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 1;
}
.product-contact__badge {
    align-self: flex-start;
    background: linear-gradient(135deg, #e23f40 0%, #d44648 100%);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
}
.product-contact__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: #111;
}
.product-contact__desc {
    color: #666;
    font-size: 15px;
    margin: 0;
}
.product-contact__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    position: relative;
    z-index: 1;
}
.product-contact__box {
    background: #fafafa;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: transform 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.product-contact__box:hover {
    background: #ffffff;
    border-color: rgba(226, 63, 64, 0.3);
    box-shadow: 0 4px 12px rgba(226, 63, 64, 0.05);
    transform: translateY(-2px);
}
.product-contact__icon-wrap {
    width: 54px;
    height: 54px;
    background: #fff6f2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(226, 63, 64, 0.1);
}
.product-contact__icon-wrap i {
    font-size: 24px;
    color: #e23f40;
}
.product-contact__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.product-contact__info-label {
    font-size: 13px;
    color: #777;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.product-contact__info-value {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.01em;
}
.product-contact__info-value a {
    color: #111;
    text-decoration: none;
    transition: color 0.2s;
}
.product-contact__info-value a:hover {
    color: #e23f40;
}
@media (min-width: 768px) {
    .product-contact-banner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 48px;
    }
    .product-contact__body {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-contact__title {
        font-size: 32px;
    }
}
