/* COOKZZANG Mall Detail Page CSS - V0014-M3469-I5799 */

/* 전체 래퍼 스타일 */
.V0014-M3469-I5799_wrapper {
  max-width: 1200px !important;
  margin: 0 auto !important;
  font-family: 'Noto Sans KR', sans-serif !important;
  line-height: 1.6 !important;
  color: #333 !important;
  background: #fff !important;
}

.V0014-M3469-I5799_wrapper * {
  box-sizing: border-box !important;
}

/* 헤더 섹션 */
.V0014-M3469-I5799_header {
  background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%) !important;
  color: white !important;
  padding: 40px 20px !important;
  text-align: center !important;
  border-radius: 15px 15px 0 0 !important;
  margin-bottom: 0 !important;
}

.V0014-M3469-I5799_product-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.V0014-M3469-I5799_price-section {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 15px !important;
  margin-top: 20px !important;
}

.V0014-M3469-I5799_original-price {
  font-size: 18px !important;
  text-decoration: line-through !important;
  color: #bdc3c7 !important;
}

.V0014-M3469-I5799_sale-price {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #f39c12 !important;
}

.V0014-M3469-I5799_discount-badge {
  background: #e74c3c !important;
  color: white !important;
  padding: 5px 15px !important;
  border-radius: 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

/* 메인 이미지 섹션 */
.V0014-M3469-I5799_image-section {
  background: #ecf0f1 !important;
  padding: 40px 20px !important;
  text-align: center !important;
}

.V0014-M3469-I5799_main-image {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
  margin-bottom: 30px !important;
}

.V0014-M3469-I5799_image-gallery {
  display: flex !important;
  justify-content: center !important;
  gap: 20px !important;
  margin-top: 20px !important;
}

.V0014-M3469-I5799_thumbnail {
  width: 200px !important;
  height: 200px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  border: 3px solid #34495e !important;
  transition: all 0.3s ease !important;
}

.V0014-M3469-I5799_thumbnail:hover {
  border-color: #3498db !important;
  transform: scale(1.05) !important;
}

/* 제품 정보 카드 섹션 */
.V0014-M3469-I5799_info-cards {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 25px !important;
  padding: 40px 20px !important;
  background: white !important;
}

.V0014-M3469-I5799_info-card {
  background: white !important;
  border-radius: 15px !important;
  padding: 30px !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
  border: 1px solid #bdc3c7 !important;
  transition: all 0.3s ease !important;
}

.V0014-M3469-I5799_info-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
}

.V0014-M3469-I5799_card-header {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 20px !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #2c3e50 !important;
}

.V0014-M3469-I5799_card-icon {
  font-size: 28px !important;
  margin-right: 12px !important;
}

.V0014-M3469-I5799_card-content {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #555 !important;
}

/* 스토리 섹션 */
.V0014-M3469-I5799_story-section {
  background: linear-gradient(45deg, #34495e 0%, #2c3e50 100%) !important;
  color: white !important;
  padding: 50px 20px !important;
  text-align: center !important;
}

.V0014-M3469-I5799_story-heading {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.V0014-M3469-I5799_story-text {
  font-size: 18px !important;
  line-height: 1.8 !important;
  margin-bottom: 20px !important;
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 특징 리스트 */
.V0014-M3469-I5799_features-list {
  background: #fff !important;
  padding: 40px 20px !important;
}

.V0014-M3469-I5799_features-title {
  text-align: center !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  margin-bottom: 35px !important;
  color: #2c3e50 !important;
}

.V0014-M3469-I5799_feature-item {
  display: flex !important;
  align-items: center !important;
  padding: 20px !important;
  margin-bottom: 15px !important;
  background: #ecf0f1 !important;
  border-radius: 12px !important;
  border-left: 5px solid #2c3e50 !important;
}

.V0014-M3469-I5799_feature-icon {
  font-size: 24px !important;
  margin-right: 15px !important;
}

.V0014-M3469-I5799_feature-text {
  font-size: 16px !important;
  font-weight: 500 !important;
}

/* 리뷰 섹션 */
.V0014-M3469-I5799_reviews-section {
  background: #f8f9fa !important;
  padding: 50px 20px !important;
}

.V0014-M3469-I5799_reviews-title {
  text-align: center !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  margin-bottom: 40px !important;
  color: #2c3e50 !important;
}

.V0014-M3469-I5799_review-card {
  background: white !important;
  border-radius: 15px !important;
  padding: 30px !important;
  margin-bottom: 25px !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
  border-left: 5px solid #f39c12 !important;
}

.V0014-M3469-I5799_review-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 15px !important;
}

.V0014-M3469-I5799_reviewer-info {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.V0014-M3469-I5799_reviewer-name {
  font-weight: 600 !important;
  color: #2c3e50 !important;
  font-size: 16px !important;
}

.V0014-M3469-I5799_reviewer-business {
  background: #3498db !important;
  color: white !important;
  padding: 3px 10px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
}

.V0014-M3469-I5799_rating {
  color: #f39c12 !important;
  font-size: 18px !important;
}

.V0014-M3469-I5799_review-text {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #555 !important;
}

/* 푸터 섹션 */
.V0014-M3469-I5799_footer {
  background: #2c3e50 !important;
  color: white !important;
  padding: 40px 20px !important;
  text-align: center !important;
  border-radius: 0 0 15px 15px !important;
}

.V0014-M3469-I5799_footer-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}

.V0014-M3469-I5799_footer-info {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  gap: 20px !important;
  margin-bottom: 20px !important;
}

.V0014-M3469-I5799_footer-item {
  background: rgba(255,255,255,0.1) !important;
  padding: 15px !important;
  border-radius: 8px !important;
}

.V0014-M3469-I5799_footer-label {
  font-size: 14px !important;
  margin-bottom: 5px !important;
  opacity: 0.8 !important;
}

.V0014-M3469-I5799_footer-value {
  font-size: 16px !important;
  font-weight: 600 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .V0014-M3469-I5799_product-title {
    font-size: 22px !important;
  }
  
  .V0014-M3469-I5799_price-section {
    flex-direction: column !important;
    gap: 10px !important;
  }
  
  .V0014-M3469-I5799_sale-price {
    font-size: 28px !important;
  }
  
  .V0014-M3469-I5799_image-gallery {
    flex-direction: column !important;
    align-items: center !important;
  }
  
  .V0014-M3469-I5799_thumbnail {
    width: 150px !important;
    height: 150px !important;
  }
  
  .V0014-M3469-I5799_info-cards {
    grid-template-columns: 1fr !important;
  }
  
  .V0014-M3469-I5799_review-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }
}

@media (max-width: 480px) {
  .V0014-M3469-I5799_header {
    padding: 30px 15px !important;
  }
  
  .V0014-M3469-I5799_product-title {
    font-size: 20px !important;
  }
  
  .V0014-M3469-I5799_info-card {
    padding: 20px !important;
  }
  
  .V0014-M3469-I5799_story-section {
    padding: 40px 15px !important;
  }
  
  .V0014-M3469-I5799_review-card {
    padding: 20px !important;
  }
}