/* COOKZZANG 산초가루 상세페이지 스타일 */
/* 제품 코드: E5417-F3581-F9284 */

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

.tks-container-E5417F3581F9284 {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    color: #333 !important;
    background-color: #fff !important;
}

/* 헤더 섹션 스타일 */
.tks-header-E5417F3581F9284 {
    background-color: #f9f5e8 !important;
    padding: 30px 20px !important;
    text-align: center !important;
    border-radius: 15px !important;
    margin-bottom: 30px !important;
}

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

.tks-product-subtitle-E5417F3581F9284 {
    font-size: 18px !important;
    color: #8b7446 !important;
    margin-bottom: 20px !important;
}

/* 제품 주요 정보 섹션 */
.tks-product-info-E5417F3581F9284 {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    margin-bottom: 40px !important;
    padding: 0 20px !important;
}

.tks-product-image-E5417F3581F9284 {
    flex: 1 !important;
    min-width: 300px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}

.tks-product-image-E5417F3581F9284 img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
}

.tks-product-details-E5417F3581F9284 {
    flex: 1 !important;
    min-width: 300px !important;
    padding: 20px !important;
    background-color: #fefbf3 !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

.tks-detail-item-E5417F3581F9284 {
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #eee !important;
}

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

.tks-detail-label-E5417F3581F9284 {
    font-weight: 700 !important;
    color: #8b7446 !important;
    display: inline-block !important;
    min-width: 80px !important;
}

.tks-price-E5417F3581F9284 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #e84c3d !important;
    margin-bottom: 10px !important;
}

/* 스토리 및 특징 섹션 */
.tks-story-section-E5417F3581F9284 {
    margin-bottom: 40px !important;
    padding: 0 20px !important;
}

.tks-story-heading-E5417F3581F9284 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #554523 !important;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
    padding-left: 15px !important;
}

.tks-story-heading-E5417F3581F9284:before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 5px !important;
    height: 24px !important;
    background-color: #8b7446 !important;
    border-radius: 2px !important;
}

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

/* 카드 디자인 스타일 */
.tks-card-container-E5417F3581F9284 {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    margin-bottom: 40px !important;
}

.tks-feature-card-E5417F3581F9284 {
    flex: 1 0 calc(33.33% - 20px) !important;
    min-width: 250px !important;
    padding: 20px !important;
    margin: 10px !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08) !important;
    text-align: center !important;
    transition: transform 0.3s ease !important;
}

.tks-feature-card-E5417F3581F9284:hover {
    transform: translateY(-5px) !important;
}

.tks-card-icon-E5417F3581F9284 {
    font-size: 30px !important;
    margin-bottom: 15px !important;
}

.tks-card-title-E5417F3581F9284 {
    font-weight: 700 !important;
    color: #554523 !important;
    margin-bottom: 10px !important;
    font-size: 18px !important;
}

.tks-card-text-E5417F3581F9284 {
    font-size: 16px !important;
    color: #666 !important;
}

/* 사용법 및 보관 방법 섹션 */
.tks-usage-section-E5417F3581F9284 {
    background-color: #f9f5e8 !important;
    padding: 30px 20px !important;
    border-radius: 10px !important;
    margin-bottom: 40px !important;
}

.tks-usage-title-E5417F3581F9284 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #554523 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-usage-list-E5417F3581F9284 {
    list-style-type: none !important;
}

.tks-usage-item-E5417F3581F9284 {
    padding-left: 30px !important;
    position: relative !important;
    margin-bottom: 15px !important;
}

.tks-usage-item-E5417F3581F9284:before {
    content: "✓" !important;
    position: absolute !important;
    left: 0 !important;
    color: #8b7446 !important;
    font-weight: 700 !important;
}

/* 강조 요소 스타일 */
.tks-highlight-box-E5417F3581F9284 {
    background-color: #554523 !important;
    color: #fff !important;
    padding: 20px !important;
    border-radius: 10px !important;
    margin-bottom: 30px !important;
    text-align: center !important;
}

.tks-highlight-title-E5417F3581F9284 {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.tks-highlight-text-E5417F3581F9284 {
    font-size: 16px !important;
}

/* 푸터 섹션 */
.tks-footer-E5417F3581F9284 {
    padding: 30px 20px !important;
    border-top: 1px solid #eee !important;
    text-align: center !important;
}

.tks-company-info-E5417F3581F9284 {
    font-size: 14px !important;
    color: #888 !important;
    margin-bottom: 10px !important;
}

/* 반응형 디자인 */
@media screen and (max-width: 768px) {
    .tks-product-info-E5417F3581F9284 {
        flex-direction: column !important;
    }
    
    .tks-product-title-E5417F3581F9284 {
        font-size: 26px !important;
    }
    
    .tks-product-subtitle-E5417F3581F9284 {
        font-size: 16px !important;
    }
    
    .tks-story-heading-E5417F3581F9284 {
        font-size: 22px !important;
    }
    
    .tks-story-text-E5417F3581F9284 {
        font-size: 16px !important;
    }
    
    .tks-feature-card-E5417F3581F9284 {
        flex: 1 0 100% !important;
        margin: 10px 0 !important;
    }
}
