/* 냉동) 도토리수제비 2kg 상세페이지 스타일 */

/* 기본 컨테이너 스타일 */
.X9306-Y8369-K5263_container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #333 !important;
    line-height: 1.6 !important;
}

/* 섹션 공통 스타일 */
.X9306-Y8369-K5263_product_info_section,
.X9306-Y8369-K5263_infographic_section,
.X9306-Y8369-K5263_recipe_section,
.X9306-Y8369-K5263_storytelling_section {
    margin-bottom: 50px !important;
    padding: 30px !important;
    border-radius: 15px !important;
    background-color: #fff !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

/* 섹션 제목 스타일 */
.X9306-Y8369-K5263_section_title {
    margin-bottom: 30px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #f2f2f2 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.X9306-Y8369-K5263_emoji {
    margin-left: 10px !important;
    font-size: 26px !important;
}

/* 제품 정보 섹션 스타일 */
.X9306-Y8369-K5263_product_header {
    text-align: center !important;
    margin-bottom: 30px !important;
}

.X9306-Y8369-K5263_product_title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}

.X9306-Y8369-K5263_product_category {
    font-size: 16px !important;
    color: #888 !important;
}

.X9306-Y8369-K5263_product_main {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
}

.X9306-Y8369-K5263_product_image {
    flex: 1 !important;
    min-width: 300px !important;
    text-align: center !important;
}

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

.X9306-Y8369-K5263_product_details {
    flex: 1 !important;
    min-width: 300px !important;
}

.X9306-Y8369-K5263_spec_item {
    display: flex !important;
    border-bottom: 1px solid #f2f2f2 !important;
    padding: 12px 0 !important;
}

.X9306-Y8369-K5263_spec_label {
    flex: 0 0 100px !important;
    font-weight: 500 !important;
    color: #666 !important;
}

.X9306-Y8369-K5263_spec_value {
    flex: 1 !important;
    color: #333 !important;
}

.X9306-Y8369-K5263_price {
    font-weight: 700 !important;
    color: #e74c3c !important;
    font-size: 18px !important;
}

/* 인포그래픽 섹션 스타일 */
.X9306-Y8369-K5263_features_container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: center !important;
}

.X9306-Y8369-K5263_feature_item {
    flex: 1 !important;
    min-width: 220px !important;
    max-width: 280px !important;
    text-align: center !important;
    padding: 25px 15px !important;
    border-radius: 12px !important;
    background: #f9f9f9 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.X9306-Y8369-K5263_feature_item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}

.X9306-Y8369-K5263_feature_icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}

.X9306-Y8369-K5263_feature_title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333 !important;
}

.X9306-Y8369-K5263_feature_desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* 조리법 및 활용 아이디어 섹션 스타일 */
.X9306-Y8369-K5263_recipe_steps {
    margin-bottom: 40px !important;
}

.X9306-Y8369-K5263_recipe_step {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 25px !important;
    background: #f9f9f9 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    transition: transform 0.3s ease !important;
}

.X9306-Y8369-K5263_recipe_step:hover {
    transform: translateY(-3px) !important;
}

.X9306-Y8369-K5263_step_number {
    flex: 0 0 60px !important;
    width: 60px !important;
    height: 60px !important;
    background: #8D6E63 !important; /* 도토리 색상 테마 */
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-right: 20px !important;
}

.X9306-Y8369-K5263_step_content {
    flex: 1 !important;
}

.X9306-Y8369-K5263_step_title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
}

.X9306-Y8369-K5263_step_desc {
    font-size: 15px !important;
    color: #666 !important;
}

/* 블로그 링크 섹션 스타일 */
.X9306-Y8369-K5263_blog_links {
    margin-top: 40px !important;
}

.X9306-Y8369-K5263_blog_links_title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    color: #333 !important;
    text-align: center !important;
}

.X9306-Y8369-K5263_blog_item {
    margin-bottom: 15px !important;
    transition: transform 0.3s ease !important;
}

.X9306-Y8369-K5263_blog_item:hover {
    transform: translateX(5px) !important;
}

.X9306-Y8369-K5263_blog_link {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    color: inherit !important;
    background: #f5f5f5 !important;
    border-radius: 10px !important;
    padding: 15px !important;
    transition: background-color 0.3s ease !important;
}

.X9306-Y8369-K5263_blog_link:hover {
    background: #e0f2f1 !important; /* 도토리 색상 테마의 밝은 톤 */
}

.X9306-Y8369-K5263_blog_icon {
    flex: 0 0 40px !important;
    font-size: 24px !important;
    margin-right: 15px !important;
    color: #8D6E63 !important; /* 도토리 색상 테마 */
}

.X9306-Y8369-K5263_blog_info {
    flex: 1 !important;
}

.X9306-Y8369-K5263_blog_title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    color: #333 !important;
}

.X9306-Y8369-K5263_blog_excerpt {
    font-size: 14px !important;
    color: #666 !important;
}

/* 스토리텔링 섹션 스타일 */
.X9306-Y8369-K5263_story_container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    align-items: center !important;
}

.X9306-Y8369-K5263_story_image {
    flex: 1 !important;
    min-width: 300px !important;
    text-align: center !important;
}

.X9306-Y8369-K5263_story_image img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
}

.X9306-Y8369-K5263_story_content {
    flex: 1 !important;
    min-width: 300px !important;
}

.X9306-Y8369-K5263_story_item {
    display: flex !important;
    margin-bottom: 25px !important;
    background: #f9f9f9 !important;
    border-radius: 10px !important;
    padding: 20px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.X9306-Y8369-K5263_story_item:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05) !important;
}

.X9306-Y8369-K5263_story_icon {
    flex: 0 0 50px !important;
    font-size: 30px !important;
    margin-right: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.X9306-Y8369-K5263_story_text {
    flex: 1 !important;
}

.X9306-Y8369-K5263_story_title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
}

.X9306-Y8369-K5263_story_desc {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
    .X9306-Y8369-K5263_product_main,
    .X9306-Y8369-K5263_story_container {
        flex-direction: column !important;
    }
    
    .X9306-Y8369-K5263_features_container {
        justify-content: center !important;
    }
    
    .X9306-Y8369-K5263_feature_item {
        min-width: 100% !important;
    }
    
    .X9306-Y8369-K5263_section_title {
        font-size: 22px !important;
    }
    
    .X9306-Y8369-K5263_product_title {
        font-size: 24px !important;
    }
}


/* 쿡짱몰 사이트 정보 푸터 스타일 */
.X9306-Y8369-K5263_footer {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%) !important;
    color: #fff !important;
    padding: 30px 20px !important;
    margin-top: 50px !important;
    border-radius: 8px !important;
}

.X9306-Y8369-K5263_footer_content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.X9306-Y8369-K5263_company_info {
    flex: 1 !important;
}

.X9306-Y8369-K5263_company_name {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #fff !important;
}

.X9306-Y8369-K5263_contact_info {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.X9306-Y8369-K5263_contact_item {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.X9306-Y8369-K5263_contact_label {
    font-weight: 500 !important;
    min-width: 60px !important;
}

.X9306-Y8369-K5263_contact_value {
    font-weight: 400 !important;
}

.X9306-Y8369-K5263_footer_logo {
    text-align: right !important;
}

.X9306-Y8369-K5263_logo_text {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #fff !important;
    display: block !important;
    margin-bottom: 5px !important;
}

.X9306-Y8369-K5263_footer_slogan {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-style: italic !important;
}

/* 푸터 모바일 대응 */
@media (max-width: 768px) {
    .X9306-Y8369-K5263_footer_content {
        flex-direction: column !important;
        text-align: center !important;
        gap: 20px !important;
    }
    
    .X9306-Y8369-K5263_footer_logo {
        text-align: center !important;
    }
    
    .X9306-Y8369-K5263_contact_info {
        align-items: center !important;
    }
}
