/* 풍년 납작당면 13kg 박스 상세페이지 CSS */
/* Product Code: E1458-G8387-L6235 */

/* 전체 컨테이너 */
.E1458-G8387-L6235_wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    background-color: #ffffff !important;
}

.E1458-G8387-L6235_wrapper * {
    box-sizing: border-box !important;
}

/* 메인 헤더 */
.E1458-G8387-L6235_header {
    text-align: center !important;
    margin-bottom: 40px !important;
    padding: 30px 20px !important;
    background: linear-gradient(135deg, #ff6b35, #f7931e) !important;
    border-radius: 20px !important;
    color: white !important;
}

.E1458-G8387-L6235_product-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin: 0 0 10px 0 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.E1458-G8387-L6235_subtitle {
    font-size: 18px !important;
    margin: 0 !important;
    opacity: 0.9 !important;
    font-weight: 500 !important;
}

/* 메인 이미지 섹션 */
.E1458-G8387-L6235_main-image-section {
    margin-bottom: 40px !important;
    text-align: center !important;
}

.E1458-G8387-L6235_image-placeholder {
    width: 100% !important;
    height: 400px !important;
    background: linear-gradient(45deg, #ffeaa7, #fab1a0) !important;
    border-radius: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 3px solid #ddd !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

.E1458-G8387-L6235_image-text {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2d3436 !important;
    text-align: center !important;
    line-height: 1.4 !important;
}
.E1458-G8387-L6235_image-spec {
    font-size: 20px !important;
    color: #e17055 !important;
    font-weight: 600 !important;
}

/* 특징 카드 섹션 */
.E1458-G8387-L6235_feature-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
    margin-bottom: 40px !important;
}

.E1458-G8387-L6235_card {
    background: white !important;
    padding: 30px 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
    border: 2px solid #f1f2f6 !important;
    transition: transform 0.3s ease !important;
}

.E1458-G8387-L6235_card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}

.E1458-G8387-L6235_card-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.E1458-G8387-L6235_card-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
    color: #2d3436 !important;
}

.E1458-G8387-L6235_card-desc {
    font-size: 16px !important;
    color: #636e72 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

/* 스토리 섹션 */
.E1458-G8387-L6235_story-section {
    background: #f8f9fa !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    margin-bottom: 40px !important;
    border-left: 5px solid #ff6b35 !important;
}
.E1458-G8387-L6235_story-heading {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin: 0 0 20px 0 !important;
    color: #2d3436 !important;
}

.E1458-G8387-L6235_story-text {
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
    color: #636e72 !important;
}

/* 상품 정보 섹션 */
.E1458-G8387-L6235_info-section {
    margin-bottom: 40px !important;
}

.E1458-G8387-L6235_section-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    color: #2d3436 !important;
    border-bottom: 2px solid #ff6b35 !important;
    padding-bottom: 10px !important;
}

.E1458-G8387-L6235_info-table {
    background: white !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1) !important;
}

.E1458-G8387-L6235_info-row {
    display: flex !important;
    padding: 15px 20px !important;
    border-bottom: 1px solid #f1f2f6 !important;
}

.E1458-G8387-L6235_info-row:last-child {
    border-bottom: none !important;
}

.E1458-G8387-L6235_info-label {
    flex: 0 0 120px !important;
    font-weight: 600 !important;
    color: #ff6b35 !important;
}
.E1458-G8387-L6235_info-value {
    flex: 1 !important;
    color: #2d3436 !important;
}

/* 리뷰 섹션 */
.E1458-G8387-L6235_review-section {
    margin-bottom: 40px !important;
}

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

.E1458-G8387-L6235_review-card {
    background: white !important;
    padding: 25px !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1) !important;
    border-left: 4px solid #ffeaa7 !important;
}

.E1458-G8387-L6235_review-stars {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.E1458-G8387-L6235_review-text {
    font-size: 16px !important;
    color: #2d3436 !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
}

.E1458-G8387-L6235_review-author {
    font-size: 14px !important;
    color: #636e72 !important;
    font-weight: 500 !important;
}

/* 사용법 안내 */
.E1458-G8387-L6235_usage-section {
    margin-bottom: 40px !important;
}

.E1458-G8387-L6235_usage-steps {
    display: flex !important;
    justify-content: space-around !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}
.E1458-G8387-L6235_step {
    text-align: center !important;
    flex: 1 !important;
    min-width: 200px !important;
}

.E1458-G8387-L6235_step-number {
    width: 50px !important;
    height: 50px !important;
    background: #ff6b35 !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: 0 auto 15px auto !important;
}

.E1458-G8387-L6235_step-text {
    font-size: 16px !important;
    color: #2d3436 !important;
    margin: 0 !important;
}

/* 푸터 */
.E1458-G8387-L6235_footer {
    background: linear-gradient(135deg, #2d3436, #636e72) !important;
    color: white !important;
    padding: 40px 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    margin-top: 50px !important;
}

.E1458-G8387-L6235_footer-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 0 0 20px 0 !important;
}

.E1458-G8387-L6235_footer-company {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 15px 0 !important;
}

.E1458-G8387-L6235_footer-contact {
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    opacity: 0.9 !important;
}
/* 반응형 디자인 */
@media (max-width: 768px) {
    .E1458-G8387-L6235_wrapper {
        padding: 15px !important;
    }
    
    .E1458-G8387-L6235_product-title {
        font-size: 24px !important;
    }
    
    .E1458-G8387-L6235_subtitle {
        font-size: 16px !important;
    }
    
    .E1458-G8387-L6235_image-placeholder {
        height: 300px !important;
    }
    
    .E1458-G8387-L6235_image-text {
        font-size: 20px !important;
    }
    
    .E1458-G8387-L6235_feature-cards {
        grid-template-columns: 1fr !important;
    }
    
    .E1458-G8387-L6235_card {
        padding: 20px 15px !important;
    }
    
    .E1458-G8387-L6235_story-section {
        padding: 25px 20px !important;
    }
    
    .E1458-G8387-L6235_info-row {
        flex-direction: column !important;
        gap: 5px !important;
    }
    
    .E1458-G8387-L6235_info-label {
        flex: none !important;
        font-weight: 700 !important;
    }
    
    .E1458-G8387-L6235_reviews {
        grid-template-columns: 1fr !important;
    }
    
    .E1458-G8387-L6235_usage-steps {
        flex-direction: column !important;
        align-items: center !important;
    }
}