/* R6027-B4062-X2936 상품 상세 페이지 스타일 */

/* 전체 컨테이너 스타일 */
.tks-container {
    font-family: 'Noto Sans KR', sans-serif !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    color: #333 !important;
    line-height: 1.6 !important;
    background-color: #f9f7f3 !important;
}

/* 헤더 섹션 */
.tks-header {
    text-align: center !important;
    padding: 45px 20px !important;
    background: linear-gradient(135deg, #6c5b3e 0%, #a08e65 100%) !important;
    color: white !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 0 40px 40px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}

.tks-header::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFFFFF' fill-opacity='0.1'%3E%3Cpath d='M50 30c11.046 0 20 8.954 20 20s-8.954 20-20 20-20-8.954-20-20 8.954-20 20-20zm0 5c-8.284 0-15 6.716-15 15s6.716 15 15 15 15-6.716 15-15-6.716-15-15-15z'/%3E%3Cpath d='M50 15c19.33 0 35 15.67 35 35s-15.67 35-35 35-35-15.67-35-35 15.67-35 35-35zm0 5c-16.569 0-30 13.431-30 30s13.431 30 30 30 30-13.431 30-30-13.431-30-30-30z'/%3E%3C/g%3E%3C/svg%3E") !important;
    opacity: 0.1 !important;
}

.tks-product-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    position: relative !important;
    z-index: 1 !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3) !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-product-subtitle {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    position: relative !important;
    z-index: 1 !important;
    opacity: 0.95 !important;
    font-weight: 300 !important;
}

.tks-product-type {
    display: inline-block !important;
    padding: 8px 20px !important;
    background-color: rgba(255,255,255,0.25) !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    margin-top: 10px !important;
    position: relative !important;
    z-index: 1 !important;
    font-weight: 500 !important;
}

/* 상품 정보 섹션 */
.tks-product-info {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    margin-bottom: 50px !important;
    padding: 0 20px !important;
}

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

.tks-product-image img {
    max-width: 100% !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease !important;
    border: 5px solid #fff !important;
}

.tks-product-image img:hover {
    transform: scale(1.02) !important;
}

.tks-product-details {
    flex: 1 !important;
    min-width: 300px !important;
}

.tks-info-card {
    background-color: #fff !important;
    border-radius: 15px !important;
    padding: 25px !important;
    margin-bottom: 25px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
    border: 2px solid #f0e9d8 !important;
    transition: all 0.3s ease !important;
}

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

.tks-info-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #6c5b3e !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #a08e65 !important;
    display: flex !important;
    align-items: center !important;
}

.tks-info-icon {
    margin-right: 10px !important;
    font-size: 24px !important;
}

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

.tks-info-item {
    display: flex !important;
    margin-bottom: 15px !important;
    align-items: flex-start !important;
}

.tks-info-label {
    font-weight: 700 !important;
    min-width: 100px !important;
    color: #555 !important;
}

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

.tks-badge-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 5px !important;
}

.tks-badge {
    display: inline-block !important;
    padding: 8px 16px !important;
    background-color: #6c5b3e !important;
    color: white !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: 0 3px 8px rgba(108, 91, 62, 0.2) !important;
    transition: all 0.3s ease !important;
}

.tks-badge:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 12px rgba(108, 91, 62, 0.3) !important;
    background-color: #a08e65 !important;
}

/* 특징 섹션 */
.tks-features {
    background-color: #f5f2ec !important;
    padding: 50px 20px !important;
    margin-bottom: 50px !important;
    border-radius: 20px !important;
}

.tks-features-title {
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #6c5b3e !important;
    margin-bottom: 40px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    gap: 30px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.tks-feature-card {
    background-color: #fff !important;
    border-radius: 15px !important;
    padding: 30px !important;
    text-align: center !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
    border: 2px solid #f0e9d8 !important;
}

.tks-feature-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
}

.tks-feature-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
    color: #6c5b3e !important;
}

.tks-feature-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #333 !important;
}

.tks-feature-description {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* 상품 스토리 섹션 */
.tks-story {
    padding: 0 20px 40px !important;
}

.tks-story-section {
    background-color: #fff !important;
    border-radius: 20px !important;
    padding: 40px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
    border: 2px solid #f0e9d8 !important;
}

.tks-story-heading {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #6c5b3e !important;
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #a08e65 !important;
    font-family: 'Noto Serif KR', serif !important;
}

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

.tks-highlight {
    background-color: #f9f2e3 !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    color: #6c5b3e !important;
}

.tks-important {
    color: #6c5b3e !important;
    font-weight: 700 !important;
}

.tks-cooling-product {
    color: #0066cc !important;
    font-weight: 600 !important;
    font-size: 0.95em !important;
}

.tks-cooling-info {
    background-color: #e8f4ff !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    border-left: 4px solid #0066cc !important;
}

.tks-cooling-icon {
    font-size: 22px !important;
    margin-right: 5px !important;
    vertical-align: middle !important;
}

/* 사용 팁 섹션 */
.tks-tips-section {
    background-color: #f0e9d8 !important;
    padding: 50px 20px !important;
    border-radius: 20px !important;
    margin-bottom: 50px !important;
    position: relative !important;
    overflow: hidden !important;
}

.tks-tips-section::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url("data:image/svg+xml,%3Csvg width='84' height='48' viewBox='0 0 84 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236c5b3e' fill-opacity='0.05'%3E%3Cpath d='M0 44h84v4H0zM0 36h84v4H0zM0 28h84v4H0zM0 20h84v4H0zM0 12h84v4H0zM0 4h84v4H0zM0 0h84v2H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    z-index: 0 !important;
}

.tks-tips-header {
    text-align: center !important;
    margin-bottom: 40px !important;
    position: relative !important;
    z-index: 1 !important;
}

.tks-tips-title {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #6c5b3e !important;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-tips-subtitle {
    font-size: 16px !important;
    color: #666 !important;
}

.tks-tip-card {
    background-color: #fff !important;
    border-radius: 15px !important;
    padding: 30px !important;
    margin-bottom: 25px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
    display: flex !important;
    align-items: flex-start !important;
    position: relative !important;
    z-index: 1 !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(108, 91, 62, 0.1) !important;
}

.tks-tip-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
}

.tks-tip-icon {
    font-size: 32px !important;
    margin-right: 20px !important;
    color: #6c5b3e !important;
}

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

.tks-tip-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    color: #6c5b3e !important;
}

.tks-tip-text {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #444 !important;
}

/* 레시피 섹션 */
.tks-recipe-section {
    padding: 50px 20px !important;
    background-color: #fff !important;
    border-radius: 20px !important;
    margin-bottom: 50px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
}

.tks-recipe-title {
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #6c5b3e !important;
    margin-bottom: 40px !important;
    font-family: 'Noto Serif KR', serif !important;
}

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

.tks-recipe-card {
    background-color: #f9f7f3 !important;
    border-radius: 15px !important;
    padding: 30px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    border: 2px solid #f0e9d8 !important;
}

.tks-recipe-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
}

.tks-recipe-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
    color: #6c5b3e !important;
}

.tks-recipe-name {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #333 !important;
}

.tks-recipe-description {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* 푸터 섹션 */
.tks-footer {
    text-align: center !important;
    padding: 50px 20px !important;
    background-color: #f5f2ec !important;
    border-radius: 20px 20px 0 0 !important;
    margin-top: 20px !important;
}

.tks-footer-logo {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #6c5b3e !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-footer-info {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.7 !important;
}

.tks-footer-item {
    margin-bottom: 5px !important;
}

/* 반응형 디자인 */
@media (max-width: 991px) {
    .tks-product-title {
        font-size: 30px !important;
    }
    
    .tks-features-title {
        font-size: 26px !important;
    }
    
    .tks-recipe-title {
        font-size: 26px !important;
    }
    
    .tks-tips-title {
        font-size: 26px !important;
    }
}

@media (max-width: 767px) {
    .tks-header {
        padding: 35px 20px !important;
    }
    
    .tks-product-title {
        font-size: 26px !important;
    }
    
    .tks-product-subtitle {
        font-size: 16px !important;
    }
    
    .tks-story-heading {
        font-size: 22px !important;
    }
    
    .tks-story-text {
        font-size: 16px !important;
    }
    
    .tks-tip-title {
        font-size: 17px !important;
    }
    
    .tks-tip-text {
        font-size: 15px !important;
    }
}

@media (max-width: 575px) {
    .tks-product-title {
        font-size: 22px !important;
    }
    
    .tks-info-item {
        flex-direction: column !important;
    }
    
    .tks-info-label {
        margin-bottom: 5px !important;
    }
    
    .tks-tip-card {
        flex-direction: column !important;
    }
    
    .tks-tip-icon {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    
    .tks-story-section {
        padding: 25px !important;
    }
}
