/* V0023-N5415-E2689 Product Detail Page Styles */

/* Reset and Base Styles */
.V0023-N5415-E2689_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.V0023-N5415-E2689_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background-color: #fff !important;
}

/* Hero Section */
.V0023-N5415-E2689_hero {
    padding: 40px 20px !important;
    background: linear-gradient(135deg, #f0f0f0 0%, #d8d8d8 100%) !important;
}

.V0023-N5415-E2689_hero-content {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    align-items: center !important;
}

.V0023-N5415-E2689_hero-image {
    flex: 1 !important;
    min-width: 300px !important;
}

.V0023-N5415-E2689_hero-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.V0023-N5415-E2689_sub-images {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
    margin-top: 20px !important;
}

.V0023-N5415-E2689_sub-images img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
}
.V0023-N5415-E2689_hero-info {
    flex: 1 !important;
    min-width: 300px !important;
}

.V0023-N5415-E2689_product-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 20px !important;
}

.V0023-N5415-E2689_price-box {
    background: #fff !important;
    padding: 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    margin-bottom: 20px !important;
}

.V0023-N5415-E2689_price-label {
    font-size: 14px !important;
    color: #666 !important;
    display: block !important;
}

.V0023-N5415-E2689_price {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #3498db !important;
}

.V0023-N5415-E2689_unit {
    font-size: 16px !important;
    color: #666 !important;
    margin-left: 10px !important;
}

.V0023-N5415-E2689_quick-info {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

.V0023-N5415-E2689_info-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #fff !important;
    padding: 10px 15px !important;
    border-radius: 20px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

.V0023-N5415-E2689_icon {
    font-size: 20px !important;
}
/* Features Section */
.V0023-N5415-E2689_features {
    padding: 60px 20px !important;
    background: #f8f9fa !important;
}

.V0023-N5415-E2689_section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    color: #2c3e50 !important;
}

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

.V0023-N5415-E2689_feature-card {
    background: #fff !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
    transition: transform 0.3s ease !important;
}

.V0023-N5415-E2689_feature-card:hover {
    transform: translateY(-5px) !important;
}

.V0023-N5415-E2689_feature-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.V0023-N5415-E2689_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #2c3e50 !important;
}

.V0023-N5415-E2689_feature-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}
/* Specifications Section */
.V0023-N5415-E2689_specifications {
    padding: 60px 20px !important;
}

.V0023-N5415-E2689_spec-table {
    max-width: 800px !important;
    margin: 0 auto !important;
    background: #fff !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
}

.V0023-N5415-E2689_spec-row {
    display: flex !important;
    border-bottom: 1px solid #eee !important;
}

.V0023-N5415-E2689_spec-row:last-child {
    border-bottom: none !important;
}

.V0023-N5415-E2689_spec-label {
    flex: 0 0 150px !important;
    padding: 15px 20px !important;
    background: #f8f9fa !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

.V0023-N5415-E2689_spec-value {
    flex: 1 !important;
    padding: 15px 20px !important;
    color: #555 !important;
}

/* Usage Section */
.V0023-N5415-E2689_usage {
    padding: 60px 20px !important;
    background: #f8f9fa !important;
}

.V0023-N5415-E2689_usage-grid {
    max-width: 1000px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 30px !important;
}
.V0023-N5415-E2689_usage-item {
    text-align: center !important;
}

.V0023-N5415-E2689_usage-icon {
    display: inline-block !important;
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.V0023-N5415-E2689_usage-item h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #2c3e50 !important;
}

.V0023-N5415-E2689_usage-item p {
    font-size: 14px !important;
    color: #666 !important;
}

/* Cooking Section */
.V0023-N5415-E2689_cooking {
    padding: 60px 20px !important;
}

.V0023-N5415-E2689_cooking-methods {
    max-width: 900px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
}

.V0023-N5415-E2689_method {
    text-align: center !important;
    background: #fff !important;
    padding: 30px !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
}

.V0023-N5415-E2689_method-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.V0023-N5415-E2689_method h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #2c3e50 !important;
}

.V0023-N5415-E2689_method p {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}
/* Why Choose Section */
.V0023-N5415-E2689_why-choose {
    padding: 60px 20px !important;
    background: #f8f9fa !important;
}

.V0023-N5415-E2689_benefits {
    max-width: 1000px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
}

.V0023-N5415-E2689_benefit {
    background: #fff !important;
    padding: 30px !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
}

.V0023-N5415-E2689_benefit-num {
    display: inline-block !important;
    background: #3498db !important;
    color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    border-radius: 50% !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.V0023-N5415-E2689_benefit h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #2c3e50 !important;
}

.V0023-N5415-E2689_benefit p {
    font-size: 14px !important;
    color: #666 !important;
}

/* Footer Section */
.V0023-N5415-E2689_footer {
    background: #2c3e50 !important;
    color: #fff !important;
    padding: 40px 20px !important;
}

.V0023-N5415-E2689_footer-content {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
}

.V0023-N5415-E2689_footer-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.V0023-N5415-E2689_footer-text {
    font-size: 14px !important;
    line-height: 1.8 !important;
}

.V0023-N5415-E2689_footer-text strong {
    font-weight: 600 !important;
}

.V0023-N5415-E2689_footer-message {
    text-align: right !important;
}

.V0023-N5415-E2689_footer-message p {
    font-size: 14px !important;
    line-height: 1.8 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .V0023-N5415-E2689_product-title {
        font-size: 24px !important;
    }
    
    .V0023-N5415-E2689_price {
        font-size: 28px !important;
    }
    
    .V0023-N5415-E2689_sub-images {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .V0023-N5415-E2689_footer-content {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .V0023-N5415-E2689_footer-message {
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    .V0023-N5415-E2689_spec-label {
        flex: 0 0 120px !important;
        font-size: 14px !important;
    }
    
    .V0023-N5415-E2689_features-grid,
    .V0023-N5415-E2689_usage-grid,
    .V0023-N5415-E2689_cooking-methods {
        grid-template-columns: 1fr !important;
    }
    
    .V0023-N5415-E2689_sub-images {
        grid-template-columns: 1fr !important;
    }
}
/* How to Use Section */
.V0023-N5415-E2689_howto {
    padding: 60px 20px !important;
}

.V0023-N5415-E2689_howto-steps {
    max-width: 900px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
}

.V0023-N5415-E2689_step {
    text-align: center !important;
    background: #fff !important;
    padding: 30px !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
}

.V0023-N5415-E2689_step-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.V0023-N5415-E2689_step h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #2c3e50 !important;
}

.V0023-N5415-E2689_step p {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* Tips Section */
.V0023-N5415-E2689_tips {
    padding: 60px 20px !important;
    background: #f8f9fa !important;
}

.V0023-N5415-E2689_tips-container {
    max-width: 900px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
}

.V0023-N5415-E2689_tip-card {
    text-align: center !important;
    background: #fff !important;
    padding: 30px !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
}

.V0023-N5415-E2689_tip-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.V0023-N5415-E2689_tip-card h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #2c3e50 !important;
}

.V0023-N5415-E2689_tip-card p {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* Bulk Purchase Box */
.V0023-N5415-E2689_bulk-purchase {
    max-width: 800px !important;
    margin: 40px auto 0 !important;
    background: #3498db !important;
    color: #fff !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 20px rgba(52, 152, 219, 0.3) !important;
}

.V0023-N5415-E2689_bulk-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.V0023-N5415-E2689_bulk-text {
    font-size: 16px !important;
    line-height: 1.8 !important;
}

.V0023-N5415-E2689_bulk-text strong {
    font-size: 20px !important;
    font-weight: 700 !important;
    display: block !important;
    margin-top: 10px !important;
}