/* COOKZZANG Mall 상세 페이지 스타일 - B3685-Q0745-M0990 */
/* 공통 스타일 */
.tks-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #333 !important;
    line-height: 1.6 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.tks-section {
    margin-bottom: 50px !important;
    padding: 0 20px !important;
}

/* 헤더 스타일 */
.tks-header {
    text-align: center !important;
    padding: 40px 20px !important;
    background: linear-gradient(to bottom, #f9ede2 0%, #fff5eb 100%) !important;
    border-radius: 15px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

.tks-story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #7E5A3D !important;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-story-text {
    font-size: 18px !important;
    color: #7E5A3D !important;
    margin-bottom: 10px !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.tks-story-highlight {
    display: inline-block !important;
    padding: 5px 15px !important;
    margin-top: 20px !important;
    background-color: #fbebda !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    color: #7E5A3D !important;
}

/* 제품 개요 스타일 */
.tks-overview {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 50px !important;
}

.tks-overview-image {
    flex: 1 !important;
    min-width: 300px !important;
    max-width: 500px !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
}

.tks-overview-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.3s ease !important;
}

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

.tks-overview-info {
    flex: 1 !important;
    min-width: 300px !important;
}

.tks-product-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #7E5A3D !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-product-origin {
    display: inline-block !important;
    padding: 5px 15px !important;
    margin-bottom: 20px !important;
    background-color: #fbebda !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    color: #7E5A3D !important;
}

.tks-product-desc {
    font-size: 16px !important;
    margin-bottom: 20px !important;
    line-height: 1.8 !important;
}

.tks-highlight {
    background-color: #fbebda !important;
    padding: 2px 5px !important;
    border-radius: 3px !important;
    font-weight: 500 !important;
}

/* 제품 특징 스타일 */
.tks-features {
    background-color: #fdf7f1 !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    margin-bottom: 50px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

.tks-features-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    color: #7E5A3D !important;
    text-align: center !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
}

.tks-features-title:after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 50px !important;
    height: 3px !important;
    background-color: #DFB78C !important;
    border-radius: 3px !important;
}

.tks-features-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    justify-content: center !important;
}

.tks-feature-card {
    flex: 1 !important;
    min-width: 250px !important;
    max-width: 350px !important;
    background-color: #fff !important;
    border-radius: 12px !important;
    padding: 25px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 1px solid #f2e3d3 !important;
}

.tks-feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}

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

.tks-feature-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #7E5A3D !important;
    text-align: center !important;
}

.tks-feature-desc {
    font-size: 15px !important;
    text-align: center !important;
    line-height: 1.6 !important;
}

/* 제품 갤러리 스타일 */
.tks-gallery {
    margin-bottom: 50px !important;
}

.tks-gallery-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    color: #7E5A3D !important;
    text-align: center !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
}

.tks-gallery-title:after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 50px !important;
    height: 3px !important;
    background-color: #DFB78C !important;
    border-radius: 3px !important;
}

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

.tks-gallery-item {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.3s ease !important;
}

.tks-gallery-item:hover {
    transform: translateY(-5px) !important;
}

.tks-gallery-item img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.3s ease !important;
}

.tks-gallery-item:hover img {
    transform: scale(1.05) !important;
}

/* 제품 상세 정보 스타일 */
.tks-details {
    margin-bottom: 50px !important;
}

.tks-details-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    color: #7E5A3D !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
    padding-left: 15px !important;
}

.tks-details-title:before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 5px !important;
    height: 20px !important;
    background-color: #DFB78C !important;
    border-radius: 2px !important;
}

.tks-details-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 30px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

.tks-details-table th {
    background-color: #f2e3d3 !important;
    padding: 15px 20px !important;
    text-align: left !important;
    font-weight: 700 !important;
    color: #7E5A3D !important;
    border-bottom: 1px solid #e8d4c0 !important;
    width: 30% !important;
}

.tks-details-table td {
    padding: 15px 20px !important;
    border-bottom: 1px solid #f2e3d3 !important;
    background-color: #fff !important;
}

.tks-details-table tr:last-child td,
.tks-details-table tr:last-child th {
    border-bottom: none !important;
}

/* 보관 방법 및 주의사항 스타일 */
.tks-storage {
    background-color: #fdf7f1 !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    margin-bottom: 50px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

.tks-storage-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    color: #7E5A3D !important;
    text-align: center !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
}

.tks-storage-title:after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 50px !important;
    height: 3px !important;
    background-color: #DFB78C !important;
    border-radius: 3px !important;
}

.tks-storage-info {
    background-color: #fff !important;
    padding: 25px !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #f2e3d3 !important;
}

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

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

.tks-storage-icon {
    font-size: 28px !important;
    margin-right: 20px !important;
    color: #DFB78C !important;
    flex-shrink: 0 !important;
}

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

/* 추천 조리법 스타일 */
.tks-recipe {
    margin-bottom: 50px !important;
}

.tks-recipe-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    color: #7E5A3D !important;
    text-align: center !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
}

.tks-recipe-title:after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 50px !important;
    height: 3px !important;
    background-color: #DFB78C !important;
    border-radius: 3px !important;
}

.tks-recipe-card {
    background-color: #fff !important;
    border-radius: 12px !important;
    padding: 30px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #f2e3d3 !important;
}

.tks-recipe-steps {
    margin-top: 20px !important;
}

.tks-recipe-step {
    display: flex !important;
    margin-bottom: 20px !important;
}

.tks-recipe-step:last-child {
    margin-bottom: 0 !important;
}

.tks-recipe-step-num {
    flex-shrink: 0 !important;
    width: 32px !important;
    height: 32px !important;
    background-color: #DFB78C !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-right: 20px !important;
    font-weight: 700 !important;
}

.tks-recipe-step-text {
    font-size: 16px !important;
    line-height: 1.7 !important;
    padding-top: 5px !important;
}

/* 푸터 스타일 */
.tks-footer {
    border-top: 1px solid #f2e3d3 !important;
    padding-top: 30px !important;
    margin-top: 50px !important;
    text-align: center !important;
}

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

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

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

/* 반응형 스타일 */
@media (max-width: 768px) {
    .tks-section {
        padding: 0 15px !important;
    }

    .tks-header {
        padding: 30px 15px !important;
    }

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

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

    .tks-product-title {
        font-size: 24px !important;
    }

    .tks-overview-image,
    .tks-overview-info {
        flex: 100% !important;
        max-width: 100% !important;
    }

    .tks-feature-card {
        min-width: 100% !important;
    }

    .tks-gallery-images {
        grid-template-columns: 1fr !important;
    }

    .tks-details-table th,
    .tks-details-table td {
        padding: 12px 15px !important;
    }
}

@media (max-width: 480px) {
    .tks-story-heading {
        font-size: 20px !important;
    }

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

    .tks-product-title {
        font-size: 22px !important;
    }

    .tks-details-table {
        font-size: 14px !important;
    }

    .tks-details-table th,
    .tks-details-table td {
        padding: 10px !important;
    }

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