/* ==========================================
   토담) 떡국떡 2kg 상세페이지 스타일
   제품코드: U3135-G3496-Z8208
   ========================================== */

/* 기본 리셋 (스코프 제한) */
.U3135-G3496-Z8208_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* 메인 래퍼 */
.U3135-G3496-Z8208_wrapper {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    background-color: #ffffff !important;
    color: #333333 !important;
    line-height: 1.6 !important;
}

/* ==========================================
   히어로 섹션
   ========================================== */
.U3135-G3496-Z8208_hero {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 40px 20px !important;
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%) !important;
    border-bottom: 3px solid #4a90e2 !important;
}

.U3135-G3496-Z8208_hero-image {
    width: 100% !important;
    max-width: 500px !important;
    margin-bottom: 30px !important;
}

.U3135-G3496-Z8208_hero-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
}

.U3135-G3496-Z8208_hero-content {
    text-align: center !important;
    width: 100% !important;
}

.U3135-G3496-Z8208_product-title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 10px !important;
}

.U3135-G3496-Z8208_product-subtitle {
    font-size: 18px !important;
    color: #7f8c8d !important;
    margin-bottom: 20px !important;
}

.U3135-G3496-Z8208_price-box {
    display: inline-block !important;
    background-color: #4a90e2 !important;
    color: #ffffff !important;
    padding: 15px 40px !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3) !important;
}

.U3135-G3496-Z8208_price {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-right: 10px !important;
}

.U3135-G3496-Z8208_price-unit {
    font-size: 18px !important;
    font-weight: 400 !important;
    opacity: 0.9 !important;
}

/* ==========================================
   공통 섹션 스타일
   ========================================== */
.U3135-G3496-Z8208_features,
.U3135-G3496-Z8208_info,
.U3135-G3496-Z8208_recipe,
.U3135-G3496-Z8208_tips,
.U3135-G3496-Z8208_caution {
    padding: 50px 20px !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.U3135-G3496-Z8208_section-title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    position: relative !important;
}

.U3135-G3496-Z8208_section-title::after {
    content: '' !important;
    display: block !important;
    width: 60px !important;
    height: 4px !important;
    background-color: #4a90e2 !important;
    margin: 15px auto 0 !important;
    border-radius: 2px !important;
}

/* ==========================================
   제품 특징 섹션
   ========================================== */
.U3135-G3496-Z8208_feature-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.U3135-G3496-Z8208_feature-card {
    background-color: #f8f9fa !important;
    padding: 30px 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 2px solid #e9ecef !important;
}

.U3135-G3496-Z8208_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}

.U3135-G3496-Z8208_feature-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.U3135-G3496-Z8208_feature-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 10px !important;
}

.U3135-G3496-Z8208_feature-desc {
    font-size: 16px !important;
    color: #6c757d !important;
    line-height: 1.5 !important;
}

/* ==========================================
   제품 정보 섹션
   ========================================== */
.U3135-G3496-Z8208_info-table {
    max-width: 800px !important;
    margin: 0 auto !important;
    background-color: #ffffff !important;
    border: 2px solid #e9ecef !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.U3135-G3496-Z8208_info-row {
    display: flex !important;
    border-bottom: 1px solid #e9ecef !important;
}

.U3135-G3496-Z8208_info-row:last-child {
    border-bottom: none !important;
}

.U3135-G3496-Z8208_info-label {
    flex: 0 0 180px !important;
    background-color: #f8f9fa !important;
    padding: 20px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    border-right: 1px solid #e9ecef !important;
}

.U3135-G3496-Z8208_info-value {
    flex: 1 !important;
    padding: 20px !important;
    color: #495057 !important;
}

/* ==========================================
   조리법 섹션
   ========================================== */
.U3135-G3496-Z8208_recipe {
    background-color: #f8f9fa !important;
}

.U3135-G3496-Z8208_recipe-steps {
    max-width: 900px !important;
    margin: 0 auto !important;
}

.U3135-G3496-Z8208_recipe-step {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 30px !important;
    background-color: #ffffff !important;
    padding: 25px !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.U3135-G3496-Z8208_recipe-step:last-child {
    margin-bottom: 0 !important;
}

.U3135-G3496-Z8208_step-number {
    flex: 0 0 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%) !important;
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 20px !important;
}

.U3135-G3496-Z8208_step-content {
    flex: 1 !important;
}

.U3135-G3496-Z8208_step-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 10px !important;
}

.U3135-G3496-Z8208_step-desc {
    font-size: 16px !important;
    color: #6c757d !important;
    line-height: 1.6 !important;
}

/* ==========================================
   활용 팁 섹션
   ========================================== */
.U3135-G3496-Z8208_tips-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.U3135-G3496-Z8208_tip-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    border: 2px solid #e9ecef !important;
    transition: all 0.3s ease !important;
}

.U3135-G3496-Z8208_tip-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
    border-color: #4a90e2 !important;
}

.U3135-G3496-Z8208_tip-emoji {
    font-size: 48px !important;
    display: block !important;
    margin-bottom: 15px !important;
}

.U3135-G3496-Z8208_tip-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 10px !important;
}

.U3135-G3496-Z8208_tip-text {
    font-size: 16px !important;
    color: #6c757d !important;
    line-height: 1.5 !important;
}

/* ==========================================
   보관 및 주의사항 섹션
   ========================================== */
.U3135-G3496-Z8208_caution {
    background-color: #fff8e1 !important;
}

.U3135-G3496-Z8208_caution-box {
    max-width: 900px !important;
    margin: 0 auto !important;
    background-color: #ffffff !important;
    padding: 30px !important;
    border-radius: 10px !important;
    border: 2px solid #ffd54f !important;
}

.U3135-G3496-Z8208_caution-list {
    list-style: none !important;
}

.U3135-G3496-Z8208_caution-item {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 20px !important;
}

.U3135-G3496-Z8208_caution-item:last-child {
    margin-bottom: 0 !important;
}

.U3135-G3496-Z8208_caution-icon {
    flex: 0 0 30px !important;
    font-size: 24px !important;
    margin-right: 15px !important;
}

.U3135-G3496-Z8208_caution-text {
    flex: 1 !important;
    font-size: 16px !important;
    color: #495057 !important;
    line-height: 1.6 !important;
}

/* ==========================================
   Footer
   ========================================== */
.U3135-G3496-Z8208_footer {
    background-color: #2c3e50 !important;
    color: #ecf0f1 !important;
    padding: 40px 20px !important;
    text-align: center !important;
    border-top: none !important;
}

.U3135-G3496-Z8208_footer-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.U3135-G3496-Z8208_footer-company {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.U3135-G3496-Z8208_footer-contact {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    opacity: 0.9 !important;
}

.U3135-G3496-Z8208_footer-copyright {
    font-size: 14px !important;
    opacity: 0.7 !important;
}

/* ==========================================
   반응형 디자인 (모바일)
   ========================================== */
@media (max-width: 768px) {
    .U3135-G3496-Z8208_product-title {
        font-size: 28px !important;
    }
    
    .U3135-G3496-Z8208_product-subtitle {
        font-size: 16px !important;
    }
    
    .U3135-G3496-Z8208_price {
        font-size: 26px !important;
    }
    
    .U3135-G3496-Z8208_section-title {
        font-size: 24px !important;
    }
    
    .U3135-G3496-Z8208_feature-grid {
        grid-template-columns: 1fr !important;
    }
    
    .U3135-G3496-Z8208_info-row {
        flex-direction: column !important;
    }
    
    .U3135-G3496-Z8208_info-label {
        flex: none !important;
        border-right: none !important;
        border-bottom: 1px solid #e9ecef !important;
    }
    
    .U3135-G3496-Z8208_recipe-step {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .U3135-G3496-Z8208_step-number {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    
    .U3135-G3496-Z8208_tips-grid {
        grid-template-columns: 1fr !important;
    }
    
    .U3135-G3496-Z8208_features,
    .U3135-G3496-Z8208_info,
    .U3135-G3496-Z8208_recipe,
    .U3135-G3496-Z8208_tips,
    .U3135-G3496-Z8208_caution {
        padding: 30px 15px !important;
    }
}
