/* 빙수용 수저 상세페이지 CSS - V9931-N5364-E2541 */
/* 모든 스타일은 이 제품 페이지에서만 적용되며 다른 페이지에 영향을 주지 않습니다 */

/* 전체 컨테이너 초기화 및 기본 설정 */
.V9931-N5364-E2541_wrapper {
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Noto Sans KR', sans-serif !important;
  line-height: 1.6 !important;
  color: #333 !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  background: #fff !important;
}

.V9931-N5364-E2541_wrapper * {
  box-sizing: border-box !important;
}

/* 메인 헤더 섹션 */
.V9931-N5364-E2541_hero-section {
  padding: 40px 20px !important;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%) !important;
  border-radius: 20px !important;
  margin: 20px 0 !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1) !important;
  position: relative !important;
}

.V9931-N5364-E2541_hero-content {
  display: flex !important;
  align-items: center !important;
  gap: 40px !important;
  flex-wrap: wrap !important;
}

.V9931-N5364-E2541_hero-image {
  flex: 1 !important;
  min-width: 300px !important;
  position: relative !important;
  text-align: center !important;
}

.V9931-N5364-E2541_main-img {
  width: 100% !important;
  max-width: 400px !important;
  height: auto !important;
  border-radius: 15px !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15) !important;
  transition: transform 0.3s ease !important;
  background: white !important;
  padding: 10px !important;
}

.V9931-N5364-E2541_main-img:hover {
  transform: scale(1.02) !important;
}

.V9931-N5364-E2541_badge {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  background: linear-gradient(45deg, #2196f3, #1976d2) !important;
  color: white !important;
  padding: 8px 16px !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 15px rgba(33,150,243,0.3) !important;
}

.V9931-N5364-E2541_discount-badge {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  background: linear-gradient(45deg, #ff5722, #d84315) !important;
  color: white !important;
  padding: 8px 16px !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 15px rgba(255,87,34,0.3) !important;
}

.V9931-N5364-E2541_hero-text {
  flex: 1 !important;
  min-width: 300px !important;
}

.V9931-N5364-E2541_title {
  font-size: 32px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  color: #1565c0 !important;
  line-height: 1.3 !important;
}

.V9931-N5364-E2541_subtitle {
  font-size: 18px !important;
  color: #42a5f5 !important;
  margin-bottom: 20px !important;
  font-weight: 500 !important;
}

.V9931-N5364-E2541_price-section {
  margin-bottom: 30px !important;
}

.V9931-N5364-E2541_original-price {
  font-size: 18px !important;
  color: #90caf9 !important;
  text-decoration: line-through !important;
  margin-right: 10px !important;
}

.V9931-N5364-E2541_current-price {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #ff5722 !important;
  margin-right: 15px !important;
}

.V9931-N5364-E2541_discount {
  background: linear-gradient(45deg, #ff5722, #d84315) !important;
  color: white !important;
  padding: 4px 12px !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.V9931-N5364-E2541_specs {
  background: white !important;
  padding: 20px !important;
  border-radius: 15px !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
}

.V9931-N5364-E2541_spec-item {
  display: flex !important;
  justify-content: space-between !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #e3f2fd !important;
}

.V9931-N5364-E2541_spec-item:last-child {
  border-bottom: none !important;
}

.V9931-N5364-E2541_spec-label {
  font-weight: 600 !important;
  color: #1565c0 !important;
  font-size: 16px !important;
}

.V9931-N5364-E2541_spec-value {
  color: #0d47a1 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}

/* 제품 특징 섹션 */
.V9931-N5364-E2541_features-section {
  padding: 60px 20px !important;
  background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%) !important;
  color: white !important;
  margin: 40px 0 !important;
  border-radius: 20px !important;
}

.V9931-N5364-E2541_story-heading {
  font-size: 24px !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin-bottom: 40px !important;
  color: inherit !important;
}

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

.V9931-N5364-E2541_feature-card {
  background: rgba(255,255,255,0.1) !important;
  padding: 30px 20px !important;
  border-radius: 15px !important;
  text-align: center !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  transition: transform 0.3s ease !important;
}

.V9931-N5364-E2541_feature-card:hover {
  transform: translateY(-5px) !important;
}

.V9931-N5364-E2541_feature-icon {
  font-size: 48px !important;
  margin-bottom: 15px !important;
}

.V9931-N5364-E2541_feature-title {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  color: white !important;
}

.V9931-N5364-E2541_story-text {
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: rgba(255,255,255,0.9) !important;
}

/* 활용 장소 섹션 */
.V9931-N5364-E2541_usage-section {
  padding: 60px 20px !important;
  background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%) !important;
  margin: 40px 0 !important;
  border-radius: 20px !important;
}

.V9931-N5364-E2541_usage-section .V9931-N5364-E2541_story-heading {
  color: #2e7d32 !important;
}

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

.V9931-N5364-E2541_usage-item {
  display: flex !important;
  align-items: center !important;
  background: white !important;
  padding: 25px !important;
  border-radius: 15px !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
  transition: transform 0.3s ease !important;
}

.V9931-N5364-E2541_usage-item:hover {
  transform: translateY(-3px) !important;
}

.V9931-N5364-E2541_usage-icon {
  flex: 0 0 60px !important;
  font-size: 40px !important;
  margin-right: 20px !important;
  text-align: center !important;
}

.V9931-N5364-E2541_usage-content h4 {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  color: #2e7d32 !important;
}

.V9931-N5364-E2541_usage-content .V9931-N5364-E2541_story-text {
  color: #4caf50 !important;
  font-size: 16px !important;
}
/* 제품 정보 섹션 */
.V9931-N5364-E2541_info-section {
  padding: 60px 20px !important;
  background: #f5f5f5 !important;
  margin: 40px 0 !important;
  border-radius: 20px !important;
}

.V9931-N5364-E2541_info-section .V9931-N5364-E2541_story-heading {
  color: #1565c0 !important;
}

.V9931-N5364-E2541_info-table {
  background: white !important;
  border-radius: 15px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
  overflow: hidden !important;
}

.V9931-N5364-E2541_info-row {
  display: flex !important;
  padding: 20px !important;
  border-bottom: 1px solid #e3f2fd !important;
  align-items: center !important;
}

.V9931-N5364-E2541_info-row:last-child {
  border-bottom: none !important;
}

.V9931-N5364-E2541_info-row:nth-child(even) {
  background: #fafafa !important;
}

.V9931-N5364-E2541_info-label {
  flex: 0 0 150px !important;
  font-weight: 600 !important;
  color: #1565c0 !important;
  font-size: 16px !important;
}

.V9931-N5364-E2541_info-value {
  flex: 1 !important;
  color: #0d47a1 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

/* 시즌 정보 섹션 */
.V9931-N5364-E2541_season-section {
  padding: 60px 20px !important;
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%) !important;
  margin: 40px 0 !important;
  border-radius: 20px !important;
}

.V9931-N5364-E2541_season-section .V9931-N5364-E2541_story-heading {
  color: #e65100 !important;
}

.V9931-N5364-E2541_season-content {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 25px !important;
}

.V9931-N5364-E2541_season-card {
  display: flex !important;
  align-items: center !important;
  background: white !important;
  padding: 25px !important;
  border-radius: 15px !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
  transition: transform 0.3s ease !important;
}

.V9931-N5364-E2541_season-card:hover {
  transform: translateY(-3px) !important;
}

.V9931-N5364-E2541_season-icon {
  font-size: 40px !important;
  margin-right: 20px !important;
  flex: 0 0 60px !important;
  text-align: center !important;
}

.V9931-N5364-E2541_season-text h4 {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  color: #e65100 !important;
}

.V9931-N5364-E2541_season-text .V9931-N5364-E2541_story-text {
  color: #ff8f00 !important;
  font-size: 16px !important;
}

/* 구매 혜택 섹션 */
.V9931-N5364-E2541_benefits-section {
  padding: 60px 20px !important;
  background: linear-gradient(135deg, #e1f5fe 0%, #b3e5fc 100%) !important;
  margin: 40px 0 !important;
  border-radius: 20px !important;
}

.V9931-N5364-E2541_benefits-section .V9931-N5364-E2541_story-heading {
  color: #0277bd !important;
}

.V9931-N5364-E2541_benefits-content {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 25px !important;
}

.V9931-N5364-E2541_benefit-card {
  display: flex !important;
  align-items: center !important;
  background: white !important;
  padding: 25px !important;
  border-radius: 15px !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
  transition: transform 0.3s ease !important;
}

.V9931-N5364-E2541_benefit-card:hover {
  transform: translateY(-3px) !important;
}

.V9931-N5364-E2541_benefit-icon {
  font-size: 40px !important;
  margin-right: 20px !important;
  flex: 0 0 60px !important;
  text-align: center !important;
}

.V9931-N5364-E2541_benefit-text h4 {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  color: #0277bd !important;
}

.V9931-N5364-E2541_benefit-text .V9931-N5364-E2541_story-text {
  color: #03a9f4 !important;
  font-size: 16px !important;
}

/* 푸터 섹션 */
.V9931-N5364-E2541_footer-section {
  padding: 40px 20px !important;
  background: linear-gradient(135deg, #1565c0 0%, #42a5f5 100%) !important;
  color: white !important;
  margin: 40px 0 0 0 !important;
  border-radius: 20px 20px 0 0 !important;
}

.V9931-N5364-E2541_footer-content {
  text-align: center !important;
}

.V9931-N5364-E2541_footer-info h3 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: white !important;
}

.V9931-N5364-E2541_contact-info p {
  margin: 8px 0 !important;
  font-size: 16px !important;
  color: rgba(255,255,255,0.9) !important;
  font-weight: 500 !important;
}

/* 반응형 디자인 - 태블릿 사이즈 */
@media (max-width: 1024px) {
  .V9931-N5364-E2541_hero-content {
    flex-direction: column !important;
    gap: 30px !important;
  }
  
  .V9931-N5364-E2541_hero-image,
  .V9931-N5364-E2541_hero-text {
    min-width: 100% !important;
  }
  
  .V9931-N5364-E2541_title {
    font-size: 28px !important;
  }
  
  .V9931-N5364-E2541_features-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 20px !important;
  }
  
  .V9931-N5364-E2541_usage-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  }
  
  .V9931-N5364-E2541_season-content {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  }
  
  .V9931-N5364-E2541_benefits-content {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  }
}

/* 반응형 디자인 - 모바일 사이즈 */
@media (max-width: 768px) {
  .V9931-N5364-E2541_wrapper {
    padding: 0 10px !important;
  }
  
  .V9931-N5364-E2541_hero-section,
  .V9931-N5364-E2541_features-section,
  .V9931-N5364-E2541_usage-section,
  .V9931-N5364-E2541_info-section,
  .V9931-N5364-E2541_season-section,
  .V9931-N5364-E2541_benefits-section,
  .V9931-N5364-E2541_footer-section {
    padding: 40px 15px !important;
    margin: 20px 0 !important;
  }
  
  .V9931-N5364-E2541_title {
    font-size: 24px !important;
  }
  
  .V9931-N5364-E2541_subtitle {
    font-size: 16px !important;
  }
  
  .V9931-N5364-E2541_current-price {
    font-size: 24px !important;
  }
  
  .V9931-N5364-E2541_features-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  
  .V9931-N5364-E2541_feature-card {
    padding: 20px 15px !important;
  }
  
  .V9931-N5364-E2541_info-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }
  
  .V9931-N5364-E2541_info-label {
    flex: none !important;
    font-weight: 700 !important;
  }
  
  .V9931-N5364-E2541_usage-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  
  .V9931-N5364-E2541_usage-item {
    flex-direction: column !important;
    text-align: center !important;
    padding: 20px !important;
  }
  
  .V9931-N5364-E2541_usage-icon {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  
  .V9931-N5364-E2541_season-content {
    grid-template-columns: 1fr !important;
  }
  
  .V9931-N5364-E2541_season-card {
    flex-direction: column !important;
    text-align: center !important;
  }
  
  .V9931-N5364-E2541_season-icon {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  
  .V9931-N5364-E2541_benefits-content {
    grid-template-columns: 1fr !important;
  }
  
  .V9931-N5364-E2541_benefit-card {
    flex-direction: column !important;
    text-align: center !important;
  }
  
  .V9931-N5364-E2541_benefit-icon {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
}

/* 반응형 디자인 - 작은 모바일 사이즈 */
@media (max-width: 480px) {
  .V9931-N5364-E2541_hero-section,
  .V9931-N5364-E2541_features-section,
  .V9931-N5364-E2541_usage-section,
  .V9931-N5364-E2541_info-section,
  .V9931-N5364-E2541_season-section,
  .V9931-N5364-E2541_benefits-section,
  .V9931-N5364-E2541_footer-section {
    padding: 30px 10px !important;
    margin: 15px 0 !important;
  }
  
  .V9931-N5364-E2541_title {
    font-size: 20px !important;
  }
  
  .V9931-N5364-E2541_story-heading {
    font-size: 20px !important;
  }
  
  .V9931-N5364-E2541_current-price {
    font-size: 22px !important;
  }
  
  .V9931-N5364-E2541_spec-item {
    padding: 8px 0 !important;
  }
  
  .V9931-N5364-E2541_spec-label,
  .V9931-N5364-E2541_spec-value {
    font-size: 14px !important;
  }
  
  .V9931-N5364-E2541_info-row {
    padding: 15px !important;
  }
  
  .V9931-N5364-E2541_info-label,
  .V9931-N5364-E2541_info-value {
    font-size: 14px !important;
  }
  
  .V9931-N5364-E2541_story-text {
    font-size: 16px !important;
  }
  
  .V9931-N5364-E2541_contact-info p {
    font-size: 14px !important;
  }
}

/* 접근성 및 사용성 개선 */
.V9931-N5364-E2541_wrapper a:focus,
.V9931-N5364-E2541_wrapper button:focus {
  outline: 2px solid #2196f3 !important;
  outline-offset: 2px !important;
}

.V9931-N5364-E2541_wrapper img {
  max-width: 100% !important;
  height: auto !important;
}

/* 프린트 스타일 */
@media print {
  .V9931-N5364-E2541_wrapper {
    background: white !important;
    color: black !important;
  }
  
  .V9931-N5364-E2541_hero-section,
  .V9931-N5364-E2541_features-section,
  .V9931-N5364-E2541_usage-section,
  .V9931-N5364-E2541_info-section,
  .V9931-N5364-E2541_season-section,
  .V9931-N5364-E2541_benefits-section,
  .V9931-N5364-E2541_footer-section {
    background: white !important;
    color: black !important;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
  }
}