/* ===================================
   천일 냉동식품 골라담기 상세페이지 스타일
   Product Code: Z8465-G7910-E4117
   Theme: 냉동식품 (파란색 계열)
   =================================== */

/* Base Reset & Container */
.Z8465_G7910_E4117_wrapper * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.Z8465_G7910_E4117_wrapper {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  font-family: 'Noto Sans KR', sans-serif !important;
  background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%) !important;
  color: #1a237e !important;
  line-height: 1.6 !important;
}

/* Hero Section */
.Z8465_G7910_E4117_hero {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 60px 40px !important;
  background: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%) !important;
  border-radius: 0 0 50px 50px !important;
  margin-bottom: 60px !important;
  flex-wrap: wrap !important;
}

.Z8465_G7910_E4117_hero_content {
  flex: 1 !important;
  min-width: 300px !important;
  padding-right: 40px !important;
}

.Z8465_G7910_E4117_badge {
  display: inline-block !important;
  background: rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
  padding: 8px 20px !important;
  border-radius: 25px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 20px !important;
  backdrop-filter: blur(10px) !important;
}

.Z8465_G7910_E4117_title {
  font-size: 42px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 20px !important;
  line-height: 1.3 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.Z8465_G7910_E4117_subtitle {
  font-size: 20px !important;
  color: #e3f2fd !important;
  margin-bottom: 30px !important;
  font-weight: 400 !important;
}

.Z8465_G7910_E4117_price_box {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  margin-top: 30px !important;
}

.Z8465_G7910_E4117_price_label {
  background: #ff6f00 !important;
  color: #ffffff !important;
  padding: 8px 16px !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.Z8465_G7910_E4117_price {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.Z8465_G7910_E4117_hero_image {
  flex: 1 !important;
  min-width: 300px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.Z8465_G7910_E4117_hero_image img {
  width: 100% !important;
  max-width: 450px !important;
  height: auto !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
  transition: transform 0.3s ease !important;
}
.Z8465_G7910_E4117_hero_image img:hover {
  transform: scale(1.05) !important;
}

/* Section Title (공통) */
.Z8465_G7910_E4117_section_title {
  font-size: 32px !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin-bottom: 40px !important;
  color: #1565c0 !important;
  position: relative !important;
  padding-bottom: 15px !important;
}

.Z8465_G7910_E4117_section_title::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 80px !important;
  height: 4px !important;
  background: linear-gradient(90deg, #1976d2, #42a5f5) !important;
  border-radius: 2px !important;
}

/* Features Section */
.Z8465_G7910_E4117_features {
  padding: 60px 40px !important;
  background: #ffffff !important;
  margin-bottom: 60px !important;
}

.Z8465_G7910_E4117_feature_grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 30px !important;
  margin-top: 40px !important;
}

.Z8465_G7910_E4117_feature_card {
  background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%) !important;
  padding: 30px !important;
  border-radius: 15px !important;
  text-align: center !important;
  box-shadow: 0 4px 15px rgba(25, 118, 210, 0.1) !important;
  transition: all 0.3s ease !important;
  border: 2px solid transparent !important;
}

.Z8465_G7910_E4117_feature_card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 25px rgba(25, 118, 210, 0.2) !important;
  border-color: #1976d2 !important;
}

.Z8465_G7910_E4117_feature_icon {
  font-size: 48px !important;
  margin-bottom: 20px !important;
}

.Z8465_G7910_E4117_feature_title {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #1565c0 !important;
  margin-bottom: 15px !important;
}

.Z8465_G7910_E4117_feature_desc {
  font-size: 16px !important;
  color: #546e7a !important;
  line-height: 1.6 !important;
}

/* Selection Section */
.Z8465_G7910_E4117_selection {
  padding: 60px 40px !important;
  background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%) !important;
  margin-bottom: 60px !important;
}

.Z8465_G7910_E4117_selection_desc {
  text-align: center !important;
  font-size: 18px !important;
  color: #546e7a !important;
  margin-bottom: 50px !important;
  line-height: 1.8 !important;
}

.Z8465_G7910_E4117_gallery {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 30px !important;
}

.Z8465_G7910_E4117_product_card {
  background: #ffffff !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
  border: 2px solid transparent !important;
}

.Z8465_G7910_E4117_product_card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 30px rgba(25, 118, 210, 0.2) !important;
  border-color: #1976d2 !important;
}

.Z8465_G7910_E4117_product_image {
  position: relative !important;
  width: 100% !important;
  height: 250px !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%) !important;
}

.Z8465_G7910_E4117_product_image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

.Z8465_G7910_E4117_product_card:hover .Z8465_G7910_E4117_product_image img {
  transform: scale(1.1) !important;
}

.Z8465_G7910_E4117_product_badge {
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  background: linear-gradient(135deg, #ff6f00 0%, #ff8f00 100%) !important;
  color: #ffffff !important;
  padding: 6px 16px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(255, 111, 0, 0.3) !important;
}
.Z8465_G7910_E4117_product_info {
  padding: 25px !important;
}

.Z8465_G7910_E4117_product_name {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1565c0 !important;
  margin-bottom: 12px !important;
}

.Z8465_G7910_E4117_product_detail {
  font-size: 15px !important;
  color: #546e7a !important;
  margin-bottom: 15px !important;
  line-height: 1.6 !important;
}

.Z8465_G7910_E4117_product_features {
  list-style: none !important;
  margin-top: 15px !important;
}

.Z8465_G7910_E4117_product_features li {
  font-size: 14px !important;
  color: #37474f !important;
  padding: 6px 0 !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

.Z8465_G7910_E4117_product_features li:last-child {
  border-bottom: none !important;
}

/* Usage Guide Section */
.Z8465_G7910_E4117_usage {
  padding: 60px 40px !important;
  background: #ffffff !important;
  margin-bottom: 60px !important;
}

.Z8465_G7910_E4117_usage_grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 30px !important;
  margin-top: 40px !important;
}

.Z8465_G7910_E4117_usage_step {
  text-align: center !important;
  padding: 30px 20px !important;
  background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%) !important;
  border-radius: 15px !important;
  box-shadow: 0 4px 15px rgba(25, 118, 210, 0.1) !important;
  transition: all 0.3s ease !important;
}

.Z8465_G7910_E4117_usage_step:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 25px rgba(25, 118, 210, 0.2) !important;
}

.Z8465_G7910_E4117_step_number {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 50px !important;
  height: 50px !important;
  background: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%) !important;
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  border-radius: 50% !important;
  margin-bottom: 20px !important;
  box-shadow: 0 4px 15px rgba(25, 118, 210, 0.3) !important;
}

.Z8465_G7910_E4117_step_title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #1565c0 !important;
  margin-bottom: 12px !important;
}

.Z8465_G7910_E4117_step_desc {
  font-size: 15px !important;
  color: #546e7a !important;
  line-height: 1.6 !important;
}

/* Storage Section */
.Z8465_G7910_E4117_storage {
  padding: 60px 40px !important;
  background: linear-gradient(135deg, #e8f5e9 0%, #ffffff 100%) !important;
  margin-bottom: 60px !important;
}

.Z8465_G7910_E4117_storage_content {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 30px !important;
  margin-top: 40px !important;
}

.Z8465_G7910_E4117_storage_box {
  background: #ffffff !important;
  padding: 30px !important;
  border-radius: 15px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
  border-left: 5px solid #1976d2 !important;
}

.Z8465_G7910_E4117_storage_subtitle {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #1565c0 !important;
  margin-bottom: 20px !important;
}

.Z8465_G7910_E4117_storage_list {
  list-style: none !important;
}

.Z8465_G7910_E4117_storage_list li {
  font-size: 16px !important;
  color: #37474f !important;
  padding: 12px 0 !important;
  padding-left: 25px !important;
  position: relative !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

.Z8465_G7910_E4117_storage_list li:last-child {
  border-bottom: none !important;
}

.Z8465_G7910_E4117_storage_list li::before {
  content: '✓' !important;
  position: absolute !important;
  left: 0 !important;
  color: #1976d2 !important;
  font-weight: 700 !important;
}

.Z8465_G7910_E4117_material_info {
  margin-top: 30px !important;
  padding: 20px !important;
  background: rgba(25, 118, 210, 0.05) !important;
  border-radius: 10px !important;
  text-align: center !important;
}

.Z8465_G7910_E4117_material_info p {
  font-size: 16px !important;
  color: #37474f !important;
}

.Z8465_G7910_E4117_material_info strong {
  color: #1565c0 !important;
  font-weight: 600 !important;
}
/* Reviews Section */
.Z8465_G7910_E4117_reviews {
  padding: 60px 40px !important;
  background: #ffffff !important;
  margin-bottom: 60px !important;
}

.Z8465_G7910_E4117_review_grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 25px !important;
  margin-top: 40px !important;
}

.Z8465_G7910_E4117_review_card {
  background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%) !important;
  padding: 25px !important;
  border-radius: 15px !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s ease !important;
  border-left: 4px solid #1976d2 !important;
}

.Z8465_G7910_E4117_review_card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 20px rgba(25, 118, 210, 0.15) !important;
}

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

.Z8465_G7910_E4117_reviewer {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1565c0 !important;
}

.Z8465_G7910_E4117_rating {
  font-size: 14px !important;
}

.Z8465_G7910_E4117_review_text {
  font-size: 16px !important;
  color: #37474f !important;
  line-height: 1.6 !important;
}

/* CTA Section */
.Z8465_G7910_E4117_cta {
  padding: 60px 40px !important;
  background: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%) !important;
  text-align: center !important;
  border-radius: 30px !important;
  margin: 0 20px 60px 20px !important;
}

.Z8465_G7910_E4117_cta_title {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 20px !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.Z8465_G7910_E4117_cta_desc {
  font-size: 18px !important;
  color: #e3f2fd !important;
  margin-bottom: 30px !important;
}

.Z8465_G7910_E4117_cta_info {
  margin-top: 30px !important;
}

.Z8465_G7910_E4117_cta_info p {
  font-size: 18px !important;
  color: #ffffff !important;
  margin: 10px 0 !important;
  font-weight: 500 !important;
}

/* Footer */
.Z8465_G7910_E4117_footer {
  padding: 40px 40px !important;
  background: #263238 !important;
  color: #eceff1 !important;
  text-align: center !important;
}

.Z8465_G7910_E4117_footer_content {
  max-width: 800px !important;
  margin: 0 auto !important;
}

.Z8465_G7910_E4117_footer_title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #42a5f5 !important;
  margin-bottom: 15px !important;
}

.Z8465_G7910_E4117_footer_company {
  font-size: 16px !important;
  color: #b0bec5 !important;
  margin-bottom: 20px !important;
}

.Z8465_G7910_E4117_footer_contact {
  margin: 20px 0 !important;
}

.Z8465_G7910_E4117_footer_contact p {
  font-size: 15px !important;
  color: #cfd8dc !important;
  margin: 8px 0 !important;
}

.Z8465_G7910_E4117_footer_copyright {
  font-size: 14px !important;
  color: #78909c !important;
  margin-top: 25px !important;
  padding-top: 20px !important;
  border-top: 1px solid #37474f !important;
}

/* ===================================
   Responsive Design
   =================================== */

/* Tablet (768px 이하) */
@media (max-width: 768px) {
  .Z8465_G7910_E4117_hero {
    flex-direction: column !important;
    padding: 40px 20px !important;
  }

  .Z8465_G7910_E4117_hero_content {
    padding-right: 0 !important;
    margin-bottom: 30px !important;
  }

  .Z8465_G7910_E4117_title {
    font-size: 32px !important;
  }

  .Z8465_G7910_E4117_subtitle {
    font-size: 18px !important;
  }

  .Z8465_G7910_E4117_price {
    font-size: 28px !important;
  }

  .Z8465_G7910_E4117_section_title {
    font-size: 28px !important;
  }

  .Z8465_G7910_E4117_features,
  .Z8465_G7910_E4117_selection,
  .Z8465_G7910_E4117_usage,
  .Z8465_G7910_E4117_storage,
  .Z8465_G7910_E4117_reviews {
    padding: 40px 20px !important;
  }

  .Z8465_G7910_E4117_feature_grid,
  .Z8465_G7910_E4117_gallery,
  .Z8465_G7910_E4117_usage_grid,
  .Z8465_G7910_E4117_storage_content,
  .Z8465_G7910_E4117_review_grid {
    grid-template-columns: 1fr !important;
  }

  .Z8465_G7910_E4117_cta {
    margin: 0 10px 40px 10px !important;
    padding: 40px 20px !important;
  }

  .Z8465_G7910_E4117_cta_title {
    font-size: 28px !important;
  }

  .Z8465_G7910_E4117_footer {
    padding: 30px 20px !important;
  }
}

/* Mobile (480px 이하) */
@media (max-width: 480px) {
  .Z8465_G7910_E4117_title {
    font-size: 26px !important;
  }

  .Z8465_G7910_E4117_subtitle {
    font-size: 16px !important;
  }

  .Z8465_G7910_E4117_price {
    font-size: 24px !important;
  }

  .Z8465_G7910_E4117_section_title {
    font-size: 24px !important;
  }

  .Z8465_G7910_E4117_feature_title,
  .Z8465_G7910_E4117_product_name,
  .Z8465_G7910_E4117_storage_subtitle {
    font-size: 18px !important;
  }

  .Z8465_G7910_E4117_cta_title {
    font-size: 24px !important;
  }

  .Z8465_G7910_E4117_product_image {
    height: 200px !important;
  }
}