/* COOKZZANG 몰 상세 페이지 스타일 - Y4539-K6992-G2001 */

/* 기본 스타일 리셋 */
.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 {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background-color: #fff !important;
}

/* 헤더 섹션 */
.tks-header {
    text-align: center !important;
    padding: 30px 0 !important;
    margin-bottom: 40px !important;
    background-color: #fff8e1 !important;
    background-image: linear-gradient(to bottom, #fff8e1, #fff3cd) !important;
    border-radius: 15px !important;
    border-bottom: 3px solid #ff9800 !important;
}

.tks-header h1 {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #b45309 !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-header p {
    font-size: 18px !important;
    color: #d97706 !important;
    margin-bottom: 20px !important;
}

/* 상품 정보 섹션 */
.tks-product-info {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 50px !important;
}

.tks-product-image {
    text-align: center !important;
    margin-bottom: 30px !important;
}

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

/* 상품 설명 카드 스타일 */
.tks-info-card {
    background-color: #fffbeb !important;
    border-radius: 15px !important;
    padding: 25px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    border-left: 5px solid #fbbf24 !important;
}

.tks-info-card h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #b45309 !important;
    margin-bottom: 15px !important;
    border-bottom: 2px solid #fde68a !important;
    padding-bottom: 10px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-info-item {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 15px !important;
    padding: 8px 0 !important;
    border-bottom: 1px dashed #fde68a !important;
}

.tks-info-label {
    flex: 0 0 120px !important;
    font-weight: 700 !important;
    color: #d97706 !important;
    position: relative !important;
    padding-left: 22px !important;
}

.tks-info-label::before {
    content: '✓' !important;
    position: absolute !important;
    left: 0 !important;
    color: #fbbf24 !important;
    font-weight: bold !important;
}

.tks-info-value {
    flex: 1 !important;
    color: #333 !important;
}

/* 보관 방법 특별 강조 */
.tks-storage {
    background-color: #fef3c7 !important;
    border-radius: 15px !important;
    padding: 20px !important;
    margin: 30px 0 !important;
    border-left: 5px solid #fbbf24 !important;
}

.tks-storage h3 {
    font-size: 20px !important;
    color: #b45309 !important;
    margin-bottom: 10px !important;
}

.tks-storage p {
    color: #444 !important;
    font-size: 16px !important;
}

/* 스토리 섹션 스타일 */
.tks-story {
    margin-bottom: 50px !important;
    padding: 30px !important;
    background-color: #fffbeb !important;
    border-radius: 15px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
}

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

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

/* 특징 섹션 스타일 */
.tks-features {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    margin: 40px 0 !important;
}

.tks-feature-item {
    flex: 0 0 48% !important;
    margin-bottom: 30px !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06) !important;
    padding: 20px !important;
    transition: transform 0.3s ease !important;
    border: 2px solid #fef3c7 !important;
}

.tks-feature-item:hover {
    transform: translateY(-5px) !important;
    border-color: #fbbf24 !important;
}

.tks-feature-icon {
    font-size: 32px !important;
    margin-bottom: 15px !important;
    text-align: center !important;
}

.tks-feature-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #b45309 !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}

.tks-feature-desc {
    font-size: 16px !important;
    color: #666 !important;
    text-align: center !important;
}

/* 사용 팁 섹션 */
.tks-tips {
    background-color: #fffbeb !important;
    border-radius: 15px !important;
    padding: 30px !important;
    margin: 40px 0 !important;
}

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

.tks-tip-item {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px dashed #fde68a !important;
}

.tks-tip-icon {
    flex: 0 0 30px !important;
    font-size: 20px !important;
    color: #fbbf24 !important;
}

.tks-tip-text {
    flex: 1 !important;
    color: #543616 !important;
}

/* 전통 제조법 섹션 */
.tks-tradition {
    background-color: #fef3c7 !important;
    border-radius: 15px !important;
    padding: 30px !important;
    margin: 40px 0 !important;
}

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

.tks-tradition-content {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 20px !important;
}

.tks-tradition-step {
    background-color: #fff !important;
    border-radius: 10px !important;
    padding: 20px !important;
    flex: 0 0 100% !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 15px !important;
}

.tks-tradition-step-number {
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    background-color: #fbbf24 !important;
    color: #fff !important;
    text-align: center !important;
    line-height: 30px !important;
    border-radius: 50% !important;
    font-weight: bold !important;
    margin-right: 10px !important;
}

.tks-tradition-step-title {
    display: inline-block !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #b45309 !important;
    margin-bottom: 10px !important;
}

.tks-tradition-step-desc {
    color: #666 !important;
    font-size: 16px !important;
    margin-left: 40px !important;
}

/* 푸터 섹션 스타일 */
.tks-footer {
    margin-top: 60px !important;
    padding: 30px !important;
    background-color: #fffbeb !important;
    border-radius: 15px 15px 0 0 !important;
    text-align: center !important;
}

.tks-company-info {
    font-size: 14px !important;
    color: #7f8c8d !important;
    line-height: 1.8 !important;
}

.tks-company-info p {
    margin-bottom: 5px !important;
}

/* 반응형 스타일 */
@media screen and (min-width: 768px) {
    .tks-product-info {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
    }

    .tks-product-image {
        flex: 0 0 48% !important;
        margin-right: 4% !important;
    }

    .tks-info-details {
        flex: 0 0 48% !important;
    }
    
    .tks-tradition-step {
        flex: 0 0 48% !important;
    }
}

@media screen and (max-width: 767px) {
    .tks-header h1 {
        font-size: 26px !important;
    }

    .tks-header p {
        font-size: 16px !important;
    }

    .tks-feature-item {
        flex: 0 0 100% !important;
    }

    .tks-story-heading {
        font-size: 22px !important;
    }

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