/* 기본 스타일 리셋 */
.tks-container * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: 'Noto Sans KR', sans-serif !important;
  line-height: 1.6 !important;
  color: #333 !important;
}

/* 컨테이너 스타일 */
.tks-container {
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: 20px !important;
  background-color: #fff !important;
}

/* 헤더 섹션 */
.tks-header {
  text-align: center !important;
  margin-bottom: 30px !important;
  padding: 20px 0 !important;
  border-bottom: 2px solid #2e7d32 !important;
}

.tks-product-category {
  font-size: 14px !important;
  color: #888 !important;
  margin-bottom: 10px !important;
}

.tks-product-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  margin: 15px 0 !important;
  color: #2e7d32 !important;
  font-family: 'Noto Serif KR', serif !important;
}

.tks-product-subtitle {
  font-size: 18px !important;
  color: #666 !important;
  margin-bottom: 15px !important;
}

/* 메인 이미지 섹션 */
.tks-main-image-section {
  margin: 30px auto !important;
  text-align: center !important;
}

.tks-main-image {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 10px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

/* 정보 카드 섹션 */
.tks-info-cards {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  margin: 40px 0 !important;
  gap: 20px !important;
}

.tks-info-card {
  flex: 1 !important;
  min-width: 200px !important;
  background-color: #e8f5e9 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  text-align: center !important;
  box-shadow: 0 3px 10px rgba(46, 125, 50, 0.1) !important;
  border: 1px solid #c8e6c9 !important;
}

.tks-info-card-icon {
  font-size: 36px !important;
  margin-bottom: 10px !important;
}

.tks-info-card-title {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #666 !important;
  margin-bottom: 5px !important;
}

.tks-info-card-content {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #2e7d32 !important;
}

/* 스토리 섹션 */
.tks-story-section {
  margin: 50px 0 !important;
}

.tks-story-heading {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #2e7d32 !important;
  margin: 30px 0 15px 0 !important;
  font-family: 'Noto Serif KR', serif !important;
  border-bottom: 2px solid #c8e6c9 !important;
  padding-bottom: 10px !important;
}

.tks-story-text {
  font-size: 18px !important;
  line-height: 1.8 !important;
  margin-bottom: 20px !important;
}

/* 하이라이트 박스 */
.tks-highlight-box {
  display: flex !important;
  align-items: center !important;
  background-color: #e8f5e9 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  margin: 25px 0 !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}

.tks-highlight-icon {
  font-size: 36px !important;
  margin-right: 20px !important;
  color: #2e7d32 !important;
}

.tks-highlight-content {
  flex-grow: 1 !important;
}

.tks-highlight-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #2e7d32 !important;
  margin-bottom: 10px !important;
}

/* 효능 그리드 */
.tks-benefits-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  gap: 20px !important;
  margin: 25px 0 !important;
}

.tks-benefit-card {
  background-color: #fff !important;
  border-radius: 10px !important;
  padding: 20px !important;
  text-align: center !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #c8e6c9 !important;
}

.tks-benefit-icon {
  font-size: 40px !important;
  margin-bottom: 15px !important;
}

.tks-benefit-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #2e7d32 !important;
  margin-bottom: 10px !important;
}

.tks-benefit-desc {
  font-size: 15px !important;
  color: #666 !important;
}

/* 활용법 섹션 */
.tks-usage-section {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  margin: 25px 0 !important;
}

.tks-usage-item {
  flex: 1 !important;
  min-width: 300px !important;
  background-color: #fff !important;
  border-radius: 10px !important;
  padding: 20px !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #c8e6c9 !important;
}

.tks-usage-icon {
  font-size: 36px !important;
  margin-bottom: 15px !important;
  text-align: center !important;
  display: block !important;
}

.tks-usage-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #2e7d32 !important;
  text-align: center !important;
  margin-bottom: 15px !important;
  border-bottom: 1px dashed #c8e6c9 !important;
  padding-bottom: 10px !important;
}

.tks-usage-desc p {
  margin-bottom: 10px !important;
}

.tks-usage-tip {
  font-size: 14px !important;
  color: #2e7d32 !important;
  font-weight: 500 !important;
  font-style: italic !important;
}

/* 레시피 박스 */
.tks-recipe-box {
  background-color: #e8f5e9 !important;
  border-radius: 10px !important;
  padding: 25px !important;
  margin: 25px 0 !important;
}

.tks-recipe-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #2e7d32 !important;
  text-align: center !important;
  margin-bottom: 20px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px dashed #c8e6c9 !important;
}

.tks-recipe-content {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
}

.tks-recipe-ingredients, .tks-recipe-steps {
  flex: 1 !important;
  min-width: 280px !important;
}

.tks-recipe-section-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #2e7d32 !important;
  margin-bottom: 15px !important;
}

.tks-recipe-list {
  padding-left: 20px !important;
}

.tks-recipe-list li {
  margin-bottom: 10px !important;
}

/* 섭취시기 섹션 */
.tks-timing-section {
  margin: 25px 0 !important;
}

.tks-timing-item {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 15px !important;
  background-color: #fff !important;
  border-radius: 10px !important;
  padding: 15px !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}

.tks-timing-icon {
  font-size: 36px !important;
  margin-right: 20px !important;
  flex-shrink: 0 !important;
}

.tks-timing-content {
  flex-grow: 1 !important;
}

.tks-timing-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #2e7d32 !important;
  margin-bottom: 5px !important;
}

.tks-timing-desc {
  font-size: 15px !important;
  color: #666 !important;
}

/* 보관 방법 섹션 */
.tks-storage-section {
  display: flex !important;
  align-items: center !important;
  background-color: #e8f5e9 !important;
  padding: 20px !important;
  border-radius: 10px !important;
  border-left: 5px solid #2e7d32 !important;
  margin: 25px 0 !important;
}

.tks-storage-icon {
  font-size: 36px !important;
  margin-right: 20px !important;
  color: #2e7d32 !important;
}

.tks-storage-text {
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.tks-storage-text p {
  margin-bottom: 10px !important;
}

.tks-storage-text p:last-child {
  margin-bottom: 0 !important;
}

/* 제품 상세 정보 섹션 */
.tks-product-details {
  background-color: #f9f9f9 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  margin: 20px 0 !important;
}

.tks-detail-item {
  display: flex !important;
  border-bottom: 1px solid #eee !important;
  padding: 12px 0 !important;
}

.tks-detail-item:last-child {
  border-bottom: none !important;
}

.tks-detail-label {
  font-weight: 700 !important;
  width: 120px !important;
  flex-shrink: 0 !important;
}

.tks-detail-value {
  flex-grow: 1 !important;
}

/* 푸터 섹션 */
.tks-footer {
  margin-top: 50px !important;
  padding: 30px 0 !important;
  border-top: 1px solid #eee !important;
}

.tks-footer-info {
  text-align: center !important;
  font-size: 14px !important;
  color: #888 !important;
  line-height: 1.8 !important;
}

.tks-footer-company {
  font-weight: 700 !important;
  margin-bottom: 5px !important;
}

/* 이미지 갤러리 스타일 */
.tks-image-gallery-section {
  margin: 40px 0 !important;
}

.tks-image-gallery {
  display: flex !important;
  gap: 20px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  margin: 20px 0 !important;
}

.tks-gallery-item {
  flex: 1 !important;
  min-width: 300px !important;
  max-width: 400px !important;
}

.tks-gallery-image {
  width: 100% !important;
  height: auto !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.tks-gallery-image:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* 반응형 디자인 */
@media screen and (max-width: 768px) {
  .tks-container {
    padding: 15px !important;
  }
  
  .tks-product-title {
    font-size: 26px !important;
  }
  
  .tks-product-subtitle {
    font-size: 16px !important;
  }
  
  .tks-info-cards {
    flex-direction: column !important;
  }
  
  .tks-info-card {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  
  .tks-highlight-box {
    flex-direction: column !important;
    text-align: center !important;
  }
  
  .tks-highlight-icon {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  
  .tks-benefits-grid {
    grid-template-columns: 1fr !important;
  }
  
  .tks-usage-section {
    flex-direction: column !important;
  }
  
  .tks-usage-item {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  
  .tks-image-gallery {
    flex-direction: column !important;
  }
  
  .tks-gallery-item {
    min-width: 100% !important;
    margin-bottom: 15px !important;
  }
  
  .tks-recipe-content {
    flex-direction: column !important;
  }
  
  .tks-timing-item {
    flex-direction: column !important;
    text-align: center !important;
  }
  
  .tks-timing-icon {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  
  .tks-storage-section {
    flex-direction: column !important;
    text-align: center !important;
  }
  
  .tks-storage-icon {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  
  .tks-detail-item {
    flex-direction: column !important;
  }
  
  .tks-detail-label {
    width: 100% !important;
    margin-bottom: 5px !important;
  }
}
