.shop-view-page .search-box-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #fff;
  padding: 20px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.shop-view-page .search-box-wrap .btn-back img {
  width:24px;
  margin-top:4px;
}
.shop-view-page .search-box-wrap .btn-home i {
  font-size: 28px;
  color:#666;
}

.shop-view-page .shop-view-gnb-menu {
  position: fixed;
  top: 76px; 
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #fff;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
}

.shop-view-page {
  padding-top: 87px; 
  padding-bottom: 40px;
}

.shop-view-page .shop-view-review-wrap,
.shop-view-page .verification-article-wrap,
.shop-view-page .shop-view-detail-wrap,
.shop-view-page .shop-view-qna-wrap {
  scroll-margin-top: 87px;
}

.gnb-menu-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gnb-tab {
  padding: 0 0 10px 0;
  background: none;
  border: none;
  font-size: 16px;
  position: relative;
  font-weight: 500;
  border-radius: 0;
}

.gnb-tab.is-active {
  border-bottom: 3px solid #FF8000;
  color: #FF8000;

}

.gnb-tab-count {
  margin-left: 4px;
  color: #ef2a23;;
  font-size: 12px;
}

/* 섹션별 여백 및 제목 스타일*/
.shop-view-notice,
.shop-view-detail-wrap,
.shop-view-policy-wrap {
  padding: 50px 20px;
}

.shop-view-policy-wrap p {
  line-height: 1.5;
}

.notice-title,
.detail-title,
.policy-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* 상품 정보 전체 섹션 */
.shop-view-info-section {
  width: 100%;
  padding: 36px 0 20px;
}

.product-image {
  margin-bottom: 24px;
}

.product-image img {
  width: 100%;
  display: block;
}

.product-text-info {
  margin-bottom: 16px;
}

.product-brand {
  margin-bottom: 16px;
}

.brand-name {
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #1c1b1f;
}

.product-title-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}

.product-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

/* 목록과 동일한 tag-label 스타일 사용하므로 주석 처리 */
/*
.product-title-tags .tag-label {
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 400;
  border-radius: 4px;
}
*/

/* 공유 영역 스타일 */
.sharing {
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 2px solid #eaeaea;
  border-radius: 4px;
  padding: 40px 20px 20px;
  max-width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
}

.btn-share-close {
  position: absolute;
  top: 8px;
  right: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.sharing-header {
  margin-bottom: 10px;
}

.sharing-header span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.sharing-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.sns-facebook,
.sns-instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.sns-facebook img,
.sns-instagram img {
  width: 40px;
  height: 40px;
}

.sharing-url {
  display: flex;
  gap: 10px;
  align-items: center;
}

.share-url-input {
  flex: 1;
  padding: 9px !important;
  border-radius: 4px;
  font-size: 14px;
  background: #f9f9f9;
  color: #666;
}

.sns-copy-url {
  padding: 10px 16px;
  background: #ff8000;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.product-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.product-price-detail {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.product-price-selling {
  font-size: 21px;
  font-weight: 700;
}

.product-sale-percent {
  font-size: 18px;
  color: #ef2a23;;
}

.product-normal-price {
  font-size: 16px;
  text-decoration: line-through;
  color: #959595;
}

.btn-share {
  background: none;
  border: none;
}

.product-point {
  display: flex;
  gap: 8px;
  font-size: 14px;
}

.point-amount {
  color: #221e1f;
  font-size: 14px;
}

.product-coupon {
  margin-bottom: 7px;
}

.btn-coupon {
  width: 100%;
  padding: 13px 0;
  margin-bottom: 17px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

.btn-coupon.yellow {
  background-color: #ffda8a;
}

.btn-coupon.orange {
  background-color: #ff800091;
}

.product-info-table {
  margin-bottom: 16px;
}

.product-info-table table {
  width: 100%;
  border-collapse: collapse;
}

.info-label {
  font-size: 16px;
  font-weight: 400;
  color: #5e5e5e;
  padding: 5px 0;
}

.info-value {
  font-size: 16px;
  font-weight: 400;
  color: #5e5e5e;
  padding: 5px 0;
  display: flex;
  justify-content: flex-end;
}

/* 배송비 정보 스타일 */
.info-value table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.info-value table tbody tr td[style*="float:right"] {
  font-size: 16px;
  font-weight: 400;
  color: #5e5e5e;
  white-space: nowrap;
}

.info-value table tbody tr td:not([style*="float"]) {
  font-size: 16px;
  font-weight: 400;
  color: #5e5e5e;
  white-space: nowrap;
}

.info-value table tbody tr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* 후기 */
.shop-view-review-wrap {
  padding: 20px 0;
}

.review-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 38px 20px;
}

.review-score {
  display: flex;
  gap: 6px;
  align-items: center;
}

.review-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.review-rating {
  font-size: 17px;
  font-weight: 600;
}

.review-count {
  font-size: 17px;
  color: #858585;
}

.review-stars {
  display: flex;
  align-items: center;
  gap: 0px;
}

.review-stars img {
  width: 20px;
  height: 20px;
  display: block;
}

.review-more-btn {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000;
}

/* 포토 후기 */
.photo-review-slider-wrap {
  padding: 0 0 0 20px;
  margin-bottom: 40px;
}

.photo-review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.photo-review-title {
  font-size: 17px;
  font-weight: 600;
}

.photo-review-count {
  font-size: 17px;
  font-weight: 400;
}

.photo-review-thumbs .swiper-slide {
  width: 165px;
  height: auto;
  margin-right: 10px;
  overflow: hidden;
}

.photo-review-thumbs img {
  width: 100%;
  height: 165px;
  display: block;
  object-fit: cover;
}

.review-list {
  padding: 0 20px;
}

.review-item {
  margin-bottom: 44px;
}

.review-card {
  width: 100%;
  text-align: left;
  border: none;
  background: none;
}

.review-meta {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.review-user {
  font-size: 15px;
  color: #000;
}

.review-content {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 0;
}

.review-text {
  font-size: 14px;
  flex: 1;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.review-thumb {
  width: 74px;
  height: 74px;
}

/* 관련 상품 */
.shop-view-related-wrap {
  margin-top: 40px;
}

/* 검증 기사 */
.verification-article-wrap {
  padding: 50px 20px;
}

.section-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}

/*.verify-point-box */

.verify-point-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.verify-point-table th {
  text-align: left;
  width: 100px;
  padding: 8px 0;
  vertical-align: top;
  font-size: 13px;
  font-weight: 400;
}

.verify-point-table td {
  padding: 8px 0;
  font-size: 13px;
  font-weight: 400;
}

.verify-stamp {
  text-align: right;
  vertical-align: top;
  padding-left: 10px;
}

.verify-stamp img {
  width: 80px;
}

.verify-icons {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

.verify-icon {
  text-align: center;
  font-size: 12px;
  color: #000;
}

.verify-icon img {
  width: 28px;
  height: 28px;
  margin-bottom: 6px;
}

.verify-content-wrap {
  position: relative;
}

.verify-content {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  max-height: 6.5em;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.verify-content.expanded {
  max-height: none;
}

.btn-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  padding: 15px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}

.toggle-icon {
  width: 15px;
  height: 15px;
  transition: transform 0.3s ease;
}

.verify-content.expanded + .btn-toggle .toggle-icon {
  transform: rotate(180deg);
}

/* 상품 상세정보 */
.shop-view-detail-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* 교환/반품/환불 정책 */
.policy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.6;
}

.policy-table th {
  vertical-align: top;
  text-align: left;
  font-weight: 600;
  padding: 6px 0;
}

.policy-table td {
  padding: 6px 0;
  font-weight: 400;
  white-space: normal;
  line-height: 1.8;
}

/* 문의 */
.shop-view-qna-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 50px 20px 20px 20px;
}

.qna-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.qna-item {
  border-bottom: 1px solid #ededed;
  padding: 14px 0;
}
.qna-item > .reply {
  margin: 15px 0px 10px 10px;
  background: rgb(237, 237, 248);
  padding: 10px;
}
.isnone {
  display: none;
}

.qna-secret {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.qna-text {
  font-size: 14px;
  color: #5e5e5e;
}

.qna-question {
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.qna-meta {
  display: flex;
  gap: 30px;
  color: #5e5e5e;
}

.qna-status {
  color: #ff8000;
  font-weight: bold;
  font-size: 14px;
}

.qna-user {
  font-size: 14px;
}

.qna-date {
  font-size: 14px;
}

.qna-banner {
  background-color: #f2f2f2;
  color: #333;
  padding: 20px;
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
}

/* 메뉴 숨김 처리 */
.gnb-menu {
  display: none !important;
}