/* 쿡짱몰 상품 상세페이지 스타일 - M9400-G4384-L8700 */
/* 모든 스타일은 M9400-G4384-L8700_wrapper 내에서만 적용 */

.M9400-G4384-L8700_wrapper * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.M9400-G4384-L8700_wrapper {
  font-family: 'Noto Sans KR', sans-serif !important;
  line-height: 1.6 !important;
  color: #333 !important;
  background: #ffffff !important;
}

.M9400-G4384-L8700_container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

/* 히어로 섹션 */
.M9400-G4384-L8700_hero-section {
  background: linear-gradient(135deg, #fff3e0 0%, #fffbf0 100%) !important;
  padding: 60px 0 !important;
  border-radius: 0 0 20px 20px !important;
}

.M9400-G4384-L8700_hero-content {
  display: flex !important;
  align-items: center !important;
  gap: 40px !important;
  flex-wrap: wrap !important;
}

.M9400-G4384-L8700_hero-image {
  flex: 1 !important;
  min-width: 300px !important;
  text-align: center !important;
}

.M9400-G4384-L8700_main-image {
  width: 100% !important;
  max-width: 400px !important;
  height: auto !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
  transition: transform 0.3s ease !important;
}

.M9400-G4384-L8700_main-image:hover {
  transform: scale(1.05) !important;
}

.M9400-G4384-L8700_hero-info {
  flex: 1 !important;
  min-width: 300px !important;
}

.M9400-G4384-L8700_product-title {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  color: #d84315 !important;
  margin-bottom: 10px !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.M9400-G4384-L8700_product-subtitle {
  font-size: 1.3rem !important;
  color: #666 !important;
  margin-bottom: 30px !important;
  font-weight: 500 !important;
}

/* 가격 박스 */
.M9400-G4384-L8700_price-box {
  background: linear-gradient(135deg, #d84315 0%, #ff5722 100%) !important;
  padding: 20px !important;
  border-radius: 15px !important;
  margin-bottom: 30px !important;
  box-shadow: 0 5px 15px rgba(216, 67, 21, 0.3) !important;
  text-align: center !important;
}

.M9400-G4384-L8700_price-sale {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.M9400-G4384-L8700_sale-price {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: white !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

/* 제품 스펙 */
.M9400-G4384-L8700_product-specs {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.M9400-G4384-L8700_spec-item {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 12px 15px !important;
  background: #f8f9fa !important;
  border-radius: 8px !important;
  border-left: 4px solid #d84315 !important;
}

.M9400-G4384-L8700_spec-label {
  font-weight: 600 !important;
  color: #555 !important;
  font-size: 1rem !important;
}

.M9400-G4384-L8700_spec-value {
  font-weight: 700 !important;
  color: #d84315 !important;
  font-size: 1rem !important;
}

/* 섹션 공통 스타일 */
.M9400-G4384-L8700_features-section,
.M9400-G4384-L8700_detail-images-section,
.M9400-G4384-L8700_usage-section,
.M9400-G4384-L8700_story-section {
  padding: 60px 0 !important;
}

.M9400-G4384-L8700_section-title {
  font-size: 2rem !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin-bottom: 40px !important;
  color: #333 !important;
  position: relative !important;
}

.M9400-G4384-L8700_section-title::after {
  content: '' !important;
  display: block !important;
  width: 80px !important;
  height: 4px !important;
  background: linear-gradient(135deg, #d84315 0%, #ff5722 100%) !important;
  margin: 15px auto !important;
  border-radius: 2px !important;
}

/* 특징 그리드 */
.M9400-G4384-L8700_features-grid,
.M9400-G4384-L8700_usage-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 30px !important;
}

.M9400-G4384-L8700_feature-card,
.M9400-G4384-L8700_usage-card {
  background: white !important;
  padding: 30px !important;
  border-radius: 15px !important;
  text-align: center !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  border: 2px solid transparent !important;
}

.M9400-G4384-L8700_feature-card:hover,
.M9400-G4384-L8700_usage-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
  border-color: #d84315 !important;
}

.M9400-G4384-L8700_feature-icon,
.M9400-G4384-L8700_usage-icon {
  font-size: 3rem !important;
  margin-bottom: 20px !important;
  display: block !important;
}

.M9400-G4384-L8700_feature-title,
.M9400-G4384-L8700_usage-title {
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 15px !important;
}

.M9400-G4384-L8700_feature-desc,
.M9400-G4384-L8700_usage-desc {
  color: #666 !important;
  line-height: 1.7 !important;
  font-size: 1rem !important;
}

/* 이미지 갤러리 */
.M9400-G4384-L8700_image-gallery {
  text-align: center !important;
}

.M9400-G4384-L8700_detail-image {
  width: 100% !important;
  max-width: 600px !important;
  height: auto !important;
  border-radius: 15px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
  transition: transform 0.3s ease !important;
}

.M9400-G4384-L8700_detail-image:hover {
  transform: scale(1.02) !important;
}

/* 스토리 섹션 */
.M9400-G4384-L8700_story-section {
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%) !important;
  border-radius: 20px !important;
  margin: 40px 0 !important;
}

.M9400-G4384-L8700_story-content {
  max-width: 800px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.M9400-G4384-L8700_story-heading {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #d84315 !important;
  margin-bottom: 30px !important;
  line-height: 1.4 !important;
}

.M9400-G4384-L8700_story-text {
  font-size: 18px !important;
  color: #555 !important;
  line-height: 1.8 !important;
  margin-bottom: 25px !important;
  text-align: justify !important;
}

.M9400-G4384-L8700_story-text:last-child {
  margin-bottom: 0 !important;
}

/* 푸터 */
.M9400-G4384-L8700_footer {
  background: linear-gradient(135deg, #5d4037 0%, #8d6e63 100%) !important;
  color: white !important;
  padding: 50px 0 20px !important;
  margin-top: 60px !important;
}

.M9400-G4384-L8700_footer-content {
  display: grid !important;
  grid-template-columns: 1fr 2fr !important;
  gap: 40px !important;
  margin-bottom: 30px !important;
}

.M9400-G4384-L8700_footer-logo {
  text-align: center !important;
}

.M9400-G4384-L8700_footer-title {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 10px !important;
}

.M9400-G4384-L8700_footer-subtitle {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 1rem !important;
  font-style: italic !important;
}

.M9400-G4384-L8700_footer-info {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  gap: 30px !important;
}

.M9400-G4384-L8700_footer-section {
  text-align: left !important;
}

.M9400-G4384-L8700_footer-heading {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin-bottom: 15px !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;
  padding-bottom: 8px !important;
}

.M9400-G4384-L8700_footer-text {
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 8px !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
}

.M9400-G4384-L8700_footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding-top: 20px !important;
  text-align: center !important;
}

.M9400-G4384-L8700_footer-copyright {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .M9400-G4384-L8700_hero-content {
    flex-direction: column !important;
    text-align: center !important;
  }
  
  .M9400-G4384-L8700_hero-image,
  .M9400-G4384-L8700_hero-info {
    min-width: auto !important;
  }
  
  .M9400-G4384-L8700_product-title {
    font-size: 2rem !important;
  }
  
  .M9400-G4384-L8700_product-subtitle {
    font-size: 1.1rem !important;
  }
  
  .M9400-G4384-L8700_section-title {
    font-size: 1.7rem !important;
  }
  
  .M9400-G4384-L8700_features-grid,
  .M9400-G4384-L8700_usage-grid {
    grid-template-columns: 1fr !important;
  }
  
  .M9400-G4384-L8700_footer-content {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }
  
  .M9400-G4384-L8700_footer-info {
    grid-template-columns: 1fr !important;
  }
  
  .M9400-G4384-L8700_footer-section {
    text-align: center !important;
  }
  
  .M9400-G4384-L8700_container {
    padding: 0 15px !important;
  }
  
  .M9400-G4384-L8700_hero-section,
  .M9400-G4384-L8700_features-section,
  .M9400-G4384-L8700_detail-images-section,
  .M9400-G4384-L8700_usage-section,
  .M9400-G4384-L8700_story-section {
    padding: 40px 0 !important;
  }
}

@media (max-width: 480px) {
  .M9400-G4384-L8700_product-title {
    font-size: 1.8rem !important;
  }
  
  .M9400-G4384-L8700_section-title {
    font-size: 1.5rem !important;
  }
  
  .M9400-G4384-L8700_story-heading {
    font-size: 20px !important;
  }
  
  .M9400-G4384-L8700_story-text {
    font-size: 16px !important;
  }
  
  .M9400-G4384-L8700_feature-card,
  .M9400-G4384-L8700_usage-card {
    padding: 20px !important;
  }
  
  .M9400-G4384-L8700_price-box {
    padding: 15px !important;
  }
  
  .M9400-G4384-L8700_sale-price {
    font-size: 1.9rem !important;
  }
}

/* 호버 효과 및 애니메이션 */
.M9400-G4384-L8700_wrapper * {
  transition: all 0.3s ease !important;
}

.M9400-G4384-L8700_spec-item:hover {
  background: #e8f5e8 !important;
  transform: translateX(5px) !important;
}

.M9400-G4384-L8700_footer-section:hover .M9400-G4384-L8700_footer-heading {
  color: #ffab91 !important;
}

/* 접근성 개선 */
.M9400-G4384-L8700_wrapper img {
  max-width: 100% !important;
  height: auto !important;
}

.M9400-G4384-L8700_wrapper button,
.M9400-G4384-L8700_wrapper a {
  cursor: pointer !important;
}

.M9400-G4384-L8700_wrapper *:focus {
  outline: 2px solid #d84315 !important;
  outline-offset: 2px !important;
}
