/* 쿡짱몰 상품 상세 페이지 스타일 - V1049-A7790-V8572 */

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

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

/* 헤더 섹션 스타일 */
.tks-product-header {
    margin-bottom: 30px !important;
    text-align: center !important;
    padding: 20px 0 !important;
    position: relative !important;
}

.tks-product-badge-wrapper {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-bottom: 15px !important;
    flex-wrap: wrap !important;
}

.tks-product-badge {
    display: inline-block !important;
    background-color: #43a047 !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
}

.tks-badge-thin {
    background-color: #26c6da !important;
}

.tks-product-category {
    margin-bottom: 15px !important;
    font-size: 16px !important;
    color: #666666 !important;
}

.tks-product-category span {
    display: inline-block !important;
    padding: 5px 10px !important;
    background-color: #f8f8f8 !important;
    border-radius: 20px !important;
}

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

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

/* 이미지 갤러리 섹션 스타일 */
.tks-product-image-gallery {
    margin-bottom: 40px !important;
    text-align: center !important;
    position: relative !important;
}

.tks-main-image-container {
    position: relative !important;
    display: inline-block !important;
    margin-bottom: 15px !important;
    width: 100% !important;
    max-width: 600px !important;
}

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

.tks-premium-tag {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    background-color: rgba(67, 160, 71, 0.9) !important;
    color: white !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
}

.tks-maker-badge {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #333 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
}

.tks-image-caption {
    padding: 15px !important;
    font-size: 18px !important;
    color: #555555 !important;
    margin-bottom: 20px !important;
}

.tks-image-caption span {
    display: inline-block !important;
    padding: 8px 15px !important;
    background-color: #e8f5e9 !important;
    border-radius: 20px !important;
    font-weight: 500 !important;
    color: #333 !important;
}

.tks-secondary-image {
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 auto 20px !important;
}

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

/* 얇은 컷팅 아삭한 식감 강조 섹션 스타일 */
.tks-special-features {
    margin-bottom: 40px !important;
    background-color: #e8f5e9 !important;
    border-radius: 15px !important;
    padding: 30px !important;
    border: 1px solid #c8e6c9 !important;
}

.tks-special-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2e7d32 !important;
    text-align: center !important;
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px dashed #a5d6a7 !important;
}

.tks-special-content {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 25px !important;
}

.tks-special-feature-item {
    display: flex !important;
    align-items: flex-start !important;
    background-color: white !important;
    padding: 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05) !important;
}

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

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

.tks-special-text p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #444444 !important;
}

/* 핵심 정보 섹션 스타일 */
.tks-product-highlights {
    margin-bottom: 40px !important;
}

.tks-highlight-banner {
    display: flex !important;
    align-items: center !important;
    background-color: #e1f5fe !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    border-left: 4px solid #29b6f6 !important;
}

.tks-highlight-icon {
    font-size: 24px !important;
    margin-right: 15px !important;
    color: #0288d1 !important;
}

.tks-highlight-text p {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #333333 !important;
}

/* 정보 카드 섹션 스타일 */
.tks-product-info-cards {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-bottom: 40px !important;
}

.tks-info-card {
    flex: 1 1 200px !important;
    max-width: 220px !important;
    padding: 20px !important;
    border-radius: 10px !important;
    background-color: #f8f8f8 !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    transition: transform 0.3s ease !important;
}

.tks-info-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

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

.tks-card-content h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 8px !important;
}

.tks-card-content p {
    font-size: 16px !important;
    color: #555555 !important;
}

/* 섹션 제목 스타일 */
.tks-section-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #f1f1f1 !important;
    color: #333333 !important;
    position: relative !important;
}

.tks-section-title:after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    width: 60px !important;
    height: 2px !important;
    background-color: #43a047 !important;
}

/* 특징 섹션 스타일 */
.tks-features-section {
    margin-bottom: 40px !important;
}

.tks-features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: 20px !important;
}

.tks-feature-item {
    display: flex !important;
    align-items: flex-start !important;
    padding: 20px !important;
    background-color: #f9f9f9 !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05) !important;
}

.tks-feature-icon {
    font-size: 32px !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}

.tks-feature-text h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 5px !important;
}

.tks-feature-text p {
    font-size: 15px !important;
    color: #555555 !important;
}

/* 활용 아이디어 섹션 스타일 */
.tks-usage-ideas {
    margin-bottom: 40px !important;
}

.tks-ideas-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: 20px !important;
}

.tks-idea-card {
    padding: 25px 20px 20px !important;
    background-color: #f9f9f9 !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05) !important;
    position: relative !important;
    transition: transform 0.3s ease !important;
}

.tks-idea-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

.tks-idea-number {
    position: absolute !important;
    top: -15px !important;
    left: 20px !important;
    background-color: #43a047 !important;
    color: white !important;
    font-weight: 700 !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
}

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

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

/* 품질 정보 섹션 스타일 */
.tks-quality-section {
    margin-bottom: 40px !important;
}

.tks-info-table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: 1px solid #e1e1e1 !important;
}

.tks-info-table th,
.tks-info-table td {
    padding: 12px 15px !important;
    border: 1px solid #e1e1e1 !important;
}

.tks-info-table th {
    background-color: #f5f5f5 !important;
    font-weight: 700 !important;
    width: 30% !important;
    text-align: left !important;
}

.tks-info-table td {
    color: #444444 !important;
}

/* 구매 포인트 섹션 스타일 */
.tks-purchase-points {
    margin-bottom: 40px !important;
}

.tks-points-wrapper {
    background-color: #f9f9f9 !important;
    padding: 20px !important;
    border-radius: 10px !important;
    border: 1px solid #f0f0f0 !important;
}

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

.tks-point-item:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.tks-point-check {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    background-color: #43a047 !important;
    color: white !important;
    border-radius: 50% !important;
    margin-right: 15px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.tks-point-item p {
    font-size: 16px !important;
    color: #333333 !important;
}

/* 푸터 섹션 스타일 */
.tks-footer-section {
    padding: 20px !important;
    border-top: 1px solid #e1e1e1 !important;
    text-align: center !important;
    margin-top: 40px !important;
}

.tks-company-info p {
    margin-bottom: 5px !important;
    font-size: 14px !important;
    color: #666666 !important;
}

/* 반응형 스타일 */
@media screen and (max-width: 768px) {
    .tks-product-title {
        font-size: 24px !important;
    }
    
    .tks-product-subtitle {
        font-size: 16px !important;
    }
    
    .tks-special-feature-item {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .tks-special-icon {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    
    .tks-highlight-banner {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .tks-highlight-icon {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
    
    .tks-product-info-cards {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .tks-info-card {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .tks-features-grid,
    .tks-ideas-grid {
        grid-template-columns: 1fr !important;
    }
    
    .tks-feature-item {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    .tks-feature-icon {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
    
    .tks-info-table th {
        width: 40% !important;
    }
    
    .tks-section-title {
        font-size: 20px !important;
    }
}
