/* 참고을 잘익은 고추장 14kg - 상세페이지 CSS */
/* Product Code: X7124-V0305-Q1692 */

.X7124_V0305_Q1692_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: #fff !important;
    color: #333 !important;
    line-height: 1.7 !important;
}

.X7124_V0305_Q1692_wrapper * {
    box-sizing: border-box !important;
}

/* Hero Section */
.X7124_V0305_Q1692_hero {
    display: flex !important;
    flex-wrap: wrap !important;
    background: linear-gradient(135deg, #8B0000 0%, #C41E3A 50%, #FF6B6B 100%) !important;
    border-radius: 0 0 30px 30px !important;
    overflow: hidden !important;
    min-height: 400px !important;
}

.X7124_V0305_Q1692_hero_content {
    flex: 1 !important;
    padding: 50px 40px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 300px !important;
}

.X7124_V0305_Q1692_badge {
    display: inline-block !important;
    background: rgba(255,255,255,0.2) !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    width: fit-content !important;
}

.X7124_V0305_Q1692_title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 10px 0 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2) !important;
}

.X7124_V0305_Q1692_subtitle {
    font-size: 18px !important;
    color: rgba(255,255,255,0.9) !important;
    margin: 0 0 20px 0 !important;
}

.X7124_V0305_Q1692_hero_features {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

.X7124_V0305_Q1692_hero_features span {
    background: rgba(255,255,255,0.15) !important;
    color: #fff !important;
    padding: 8px 14px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
}

.X7124_V0305_Q1692_hero_image {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 30px !important;
    min-width: 300px !important;
}

.X7124_V0305_Q1692_hero_image img {
    max-width: 100% !important;
    max-height: 350px !important;
    object-fit: contain !important;
    border-radius: 15px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3) !important;
}

/* Section Titles */
.X7124_V0305_Q1692_section_title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #8B0000 !important;
    text-align: center !important;
    margin: 0 0 30px 0 !important;
}

/* Info Section */
.X7124_V0305_Q1692_info_section {
    padding: 50px 30px !important;
    background: #FFF5F5 !important;
}

.X7124_V0305_Q1692_info_grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

.X7124_V0305_Q1692_info_card {
    background: #fff !important;
    padding: 25px 15px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 20px rgba(139,0,0,0.1) !important;
    transition: transform 0.3s ease !important;
}

.X7124_V0305_Q1692_info_card:hover {
    transform: translateY(-5px) !important;
}

.X7124_V0305_Q1692_info_icon {
    font-size: 32px !important;
    margin-bottom: 10px !important;
}

.X7124_V0305_Q1692_info_label {
    font-size: 13px !important;
    color: #888 !important;
    margin-bottom: 5px !important;
}

.X7124_V0305_Q1692_info_value {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

/* Features Section */
.X7124_V0305_Q1692_features {
    padding: 50px 30px !important;
    background: #fff !important;
}

.X7124_V0305_Q1692_features_grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
}

.X7124_V0305_Q1692_feature_card {
    background: linear-gradient(145deg, #FFF5F5 0%, #FFE4E4 100%) !important;
    padding: 30px !important;
    border-radius: 20px !important;
    text-align: center !important;
    border: 1px solid rgba(139,0,0,0.1) !important;
    transition: all 0.3s ease !important;
}

.X7124_V0305_Q1692_feature_card:hover {
    box-shadow: 0 10px 30px rgba(139,0,0,0.15) !important;
    transform: translateY(-3px) !important;
}

.X7124_V0305_Q1692_feature_emoji {
    font-size: 42px !important;
    margin-bottom: 15px !important;
}

.X7124_V0305_Q1692_feature_card h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #8B0000 !important;
    margin: 0 0 10px 0 !important;
}

.X7124_V0305_Q1692_feature_card p {
    font-size: 14px !important;
    color: #666 !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

/* Usage Section */
.X7124_V0305_Q1692_usage {
    padding: 50px 30px !important;
    background: linear-gradient(180deg, #fff 0%, #FFF5F5 100%) !important;
}

.X7124_V0305_Q1692_usage_image {
    text-align: center !important;
    margin-bottom: 30px !important;
}

.X7124_V0305_Q1692_usage_image img {
    max-width: 100% !important;
    max-height: 300px !important;
    object-fit: contain !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(139,0,0,0.15) !important;
}

.X7124_V0305_Q1692_usage_grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

.X7124_V0305_Q1692_usage_card {
    background: #fff !important;
    padding: 25px 15px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
    border-top: 3px solid #C41E3A !important;
}

.X7124_V0305_Q1692_usage_icon {
    font-size: 36px !important;
    margin-bottom: 10px !important;
}

.X7124_V0305_Q1692_usage_card h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin: 0 0 8px 0 !important;
}

.X7124_V0305_Q1692_usage_card p {
    font-size: 13px !important;
    color: #666 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

/* Reviews Section */
.X7124_V0305_Q1692_reviews {
    padding: 50px 30px !important;
    background: #8B0000 !important;
}

.X7124_V0305_Q1692_reviews .X7124_V0305_Q1692_section_title {
    color: #fff !important;
}

.X7124_V0305_Q1692_reviews_grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
}

.X7124_V0305_Q1692_review_card {
    background: rgba(255,255,255,0.95) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2) !important;
}

.X7124_V0305_Q1692_review_stars {
    color: #FFD700 !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.X7124_V0305_Q1692_review_text {
    font-size: 15px !important;
    color: #333 !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.6 !important;
    font-style: italic !important;
}

.X7124_V0305_Q1692_reviewer {
    font-size: 13px !important;
    color: #8B0000 !important;
    font-weight: 600 !important;
}

/* CTA Section */
.X7124_V0305_Q1692_cta {
    padding: 60px 30px !important;
    background: linear-gradient(135deg, #FFE4E4 0%, #FFF5F5 100%) !important;
    text-align: center !important;
}

.X7124_V0305_Q1692_cta_title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #8B0000 !important;
    margin: 0 0 15px 0 !important;
}

.X7124_V0305_Q1692_cta_subtitle {
    font-size: 16px !important;
    color: #666 !important;
    margin: 0 !important;
}

/* Footer Section */
.X7124_V0305_Q1692_footer {
    background: #2C2C2C !important;
    padding: 40px 30px !important;
}

.X7124_V0305_Q1692_footer_content {
    text-align: center !important;
}

.X7124_V0305_Q1692_footer_logo {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #C41E3A !important;
    margin-bottom: 20px !important;
}

.X7124_V0305_Q1692_footer_info p {
    font-size: 14px !important;
    color: #aaa !important;
    margin: 5px 0 !important;
}

.X7124_V0305_Q1692_footer_copyright {
    font-size: 12px !important;
    color: #666 !important;
    margin-top: 20px !important;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .X7124_V0305_Q1692_hero {
        flex-direction: column !important;
    }
    
    .X7124_V0305_Q1692_hero_content {
        padding: 40px 25px !important;
    }
    
    .X7124_V0305_Q1692_title {
        font-size: 28px !important;
    }
    
    .X7124_V0305_Q1692_hero_features {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .X7124_V0305_Q1692_hero_image {
        padding: 20px !important;
    }
    
    .X7124_V0305_Q1692_info_grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .X7124_V0305_Q1692_features_grid {
        grid-template-columns: 1fr !important;
    }
