/* I9773-Y8676-L6887 1인간편식 탕모음 상세페이지 CSS */
/* SmartStore 호환 - 최대 860px, flex 레이아웃, 단색 배경 */

.I9773-Y8676-L6887_wrapper {
  max-width: 860px !important;
  margin: 0 auto !important;
  font-family: 'Noto Sans KR', sans-serif !important;
  color: #333 !important;
  line-height: 1.6 !important;
  background: #fff !important;
}

/* Hero Section */
.I9773-Y8676-L6887_hero {
  background: #C75B39 !important;
  padding: 50px 20px !important;
  text-align: center !important;
}

.I9773-Y8676-L6887_badge {
  display: inline-block !important;
  background: #FFD700 !important;
  color: #8B3A22 !important;
  padding: 8px 20px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
}

.I9773-Y8676-L6887_title {
  font-size: 32px !important;
  font-weight: 900 !important;
  color: #fff !important;
  margin: 0 0 12px 0 !important;
}

.I9773-Y8676-L6887_subtitle {
  font-size: 16px !important;
  color: rgba(255,255,255,0.9) !important;
  margin: 0 !important;
}

/* Main Image Section */
.I9773-Y8676-L6887_main_image_section {
  padding: 30px 20px !important;
  background: #fdf8f6 !important;
}

.I9773-Y8676-L6887_image_frame {
  background: #fff !important;
  border-radius: 12px !important;
  padding: 15px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
}

.I9773-Y8676-L6887_main_img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 8px !important;
}


/* Highlights Section */
.I9773-Y8676-L6887_highlights_section {
  padding: 40px 20px !important;
  background: #fff !important;
}

.I9773-Y8676-L6887_section_title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #8B3A22 !important;
  text-align: center !important;
  margin: 0 0 30px 0 !important;
  padding-bottom: 12px !important;
  border-bottom: 3px solid #C75B39 !important;
}

.I9773-Y8676-L6887_highlights_grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
}

.I9773-Y8676-L6887_highlight_card {
  flex: 0 0 calc(50% - 8px) !important;
  box-sizing: border-box !important;
  background: #fdf8f6 !important;
  border-radius: 12px !important;
  padding: 25px 15px !important;
  text-align: center !important;
  border: 1px solid #f0ddd7 !important;
}

.I9773-Y8676-L6887_highlight_icon {
  font-size: 36px !important;
  margin-bottom: 12px !important;
}

.I9773-Y8676-L6887_highlight_title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #8B3A22 !important;
  margin-bottom: 8px !important;
}

.I9773-Y8676-L6887_highlight_desc {
  font-size: 13px !important;
  color: #666 !important;
  line-height: 1.5 !important;
}

/* Product Info Section */
.I9773-Y8676-L6887_info_section {
  padding: 40px 20px !important;
  background: #fdf8f6 !important;
}

.I9773-Y8676-L6887_info_grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.I9773-Y8676-L6887_info_card {
  flex: 0 0 calc(50% - 6px) !important;
  box-sizing: border-box !important;
  background: #fff !important;
  border-radius: 10px !important;
  padding: 20px 12px !important;
  text-align: center !important;
  border: 1px solid #f0ddd7 !important;
}

.I9773-Y8676-L6887_info_icon {
  font-size: 24px !important;
  margin-bottom: 8px !important;
}

.I9773-Y8676-L6887_info_label {
  font-size: 11px !important;
  color: #888 !important;
  margin-bottom: 4px !important;
}

.I9773-Y8676-L6887_info_value {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #8B3A22 !important;
  word-break: keep-all !important;
}


/* Usage Section */
.I9773-Y8676-L6887_usage_section {
  padding: 40px 20px !important;
  background: #fff !important;
}

.I9773-Y8676-L6887_usage_grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.I9773-Y8676-L6887_usage_card {
  flex: 0 0 calc(50% - 6px) !important;
  box-sizing: border-box !important;
  background: #fdf8f6 !important;
  border-radius: 10px !important;
  padding: 20px 15px !important;
  border: 1px solid #f0ddd7 !important;
}

.I9773-Y8676-L6887_usage_num {
  font-size: 24px !important;
  font-weight: 900 !important;
  color: #C75B39 !important;
  margin-bottom: 8px !important;
}

.I9773-Y8676-L6887_usage_title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #8B3A22 !important;
  margin-bottom: 6px !important;
}

.I9773-Y8676-L6887_usage_desc {
  font-size: 13px !important;
  color: #666 !important;
  line-height: 1.5 !important;
}

/* Review Section */
.I9773-Y8676-L6887_review_section {
  padding: 40px 20px !important;
  background: #fdf8f6 !important;
}

.I9773-Y8676-L6887_review_grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.I9773-Y8676-L6887_review_card {
  background: #fff !important;
  border-radius: 10px !important;
  padding: 18px !important;
  border: 1px solid #f0ddd7 !important;
}

.I9773-Y8676-L6887_review_stars {
  color: #FFD700 !important;
  font-size: 14px !important;
  margin-bottom: 8px !important;
}

.I9773-Y8676-L6887_review_text {
  font-size: 14px !important;
  color: #333 !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.5 !important;
}

.I9773-Y8676-L6887_review_author {
  font-size: 12px !important;
  color: #C75B39 !important;
  font-weight: 600 !important;
}


/* CTA Section */
.I9773-Y8676-L6887_cta_section {
  padding: 40px 20px !important;
  background: #C75B39 !important;
  text-align: center !important;
}

.I9773-Y8676-L6887_cta_title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 0 10px 0 !important;
}

.I9773-Y8676-L6887_cta_subtitle {
  font-size: 14px !important;
  color: rgba(255,255,255,0.9) !important;
  margin: 0 !important;
}

/* Footer */
.I9773-Y8676-L6887_footer {
  padding: 35px 20px !important;
  background: #5a2615 !important;
  text-align: center !important;
}

.I9773-Y8676-L6887_footer_logo {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #FFD700 !important;
  margin-bottom: 12px !important;
}

.I9773-Y8676-L6887_footer_contact {
  font-size: 15px !important;
  color: rgba(255,255,255,0.9) !important;
  margin-bottom: 15px !important;
}

.I9773-Y8676-L6887_footer_copyright {
  font-size: 11px !important;
  color: rgba(255,255,255,0.5) !important;
  margin: 0 !important;
}

/* Responsive - 768px */
@media (max-width: 768px) {
  .I9773-Y8676-L6887_title {
    font-size: 26px !important;
  }
  
  .I9773-Y8676-L6887_section_title {
    font-size: 20px !important;
  }
}

/* Responsive - 480px */
@media (max-width: 480px) {
  .I9773-Y8676-L6887_hero {
    padding: 35px 15px !important;
  }
  
  .I9773-Y8676-L6887_title {
    font-size: 22px !important;
  }
  
  .I9773-Y8676-L6887_subtitle {
    font-size: 14px !important;
  }
  
  .I9773-Y8676-L6887_highlight_card,
  .I9773-Y8676-L6887_info_card,
  .I9773-Y8676-L6887_usage_card {
    flex: 0 0 100% !important;
  }
  
  .I9773-Y8676-L6887_section_title {
    font-size: 18px !important;
  }
  
  .I9773-Y8676-L6887_cta_title {
    font-size: 20px !important;
  }
}
