/* COOKZZANG Mall 상세페이지 CSS - I1623-U4766-A5955 */
/* 모든 스타일은 프로젝트 범위 내에서만 적용되도록 제한 */

/* 기본 리셋 및 컨테이너 */
.I1623-U4766-A5955_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.I1623-U4766-A5955_wrapper {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background-color: #fff !important;
}

/* 메인 컨테이너 */
.I1623-U4766-A5955_container {
    padding: 20px !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
}

/* 헤더 섹션 */
.I1623-U4766-A5955_header {
    text-align: center !important;
    margin-bottom: 40px !important;
    padding: 30px 20px !important;
    background: linear-gradient(135deg, #FF6B35 0%, #FF8E53 100%) !important;
    border-radius: 20px !important;
    color: white !important;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3) !important;
}

.I1623-U4766-A5955_title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1) !important;
}

.I1623-U4766-A5955_subtitle {
    font-size: 18px !important;
    opacity: 0.9 !important;
    margin-bottom: 20px !important;
}

.I1623-U4766-A5955_price-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 20px !important;
}

.I1623-U4766-A5955_original-price {
    font-size: 20px !important;
    text-decoration: line-through !important;
    opacity: 0.7 !important;
}

.I1623-U4766-A5955_sale-price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #FFE066 !important;
}

.I1623-U4766-A5955_discount-badge {
    background: #ff4444 !important;
    color: white !important;
    padding: 5px 12px !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 주요 특징 카드 섹션 */
.I1623-U4766-A5955_features {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
    margin-bottom: 40px !important;
}

.I1623-U4766-A5955_feature-card {
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    text-align: center !important;
    transition: transform 0.3s ease !important;
    border: 3px solid #f0f0f0 !important;
}

.I1623-U4766-A5955_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
}

.I1623-U4766-A5955_feature-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.I1623-U4766-A5955_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #FF6B35 !important;
}

.I1623-U4766-A5955_feature-desc {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* 제품 정보 섹션 */
.I1623-U4766-A5955_product-info {
    background: white !important;
    padding: 40px !important;
    border-radius: 15px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

.I1623-U4766-A5955_section-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #FF6B35 !important;
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
    border-bottom: 3px solid #FF6B35 !important;
    text-align: center !important;
}

.I1623-U4766-A5955_info-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
}

.I1623-U4766-A5955_info-item {
    display: flex !important;
    align-items: center !important;
    padding: 15px !important;
    background: #f8f9fa !important;
    border-radius: 10px !important;
    border-left: 4px solid #FF6B35 !important;
}

.I1623-U4766-A5955_info-label {
    font-weight: 600 !important;
    color: #333 !important;
    min-width: 80px !important;
    margin-right: 15px !important;
}

.I1623-U4766-A5955_info-value {
    color: #666 !important;
    flex: 1 !important;
}

/* 스토리 섹션 */
.I1623-U4766-A5955_story {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    padding: 40px !important;
    border-radius: 15px !important;
    margin-bottom: 40px !important;
}

.I1623-U4766-A5955_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #FF6B35 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.I1623-U4766-A5955_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #333 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}

.I1623-U4766-A5955_highlight {
    background: linear-gradient(120deg, #FFE066 0%, #FFD700 100%) !important;
    padding: 2px 8px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

/* 사용법 가이드 */
.I1623-U4766-A5955_usage-guide {
    background: white !important;
    padding: 40px !important;
    border-radius: 15px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

.I1623-U4766-A5955_usage-steps {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 25px !important;
}

.I1623-U4766-A5955_usage-step {
    text-align: center !important;
    padding: 20px !important;
    background: #f8f9fa !important;
    border-radius: 10px !important;
    border: 2px solid #e9ecef !important;
}

.I1623-U4766-A5955_step-number {
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    background: #FF6B35 !important;
    color: white !important;
    border-radius: 50% !important;
    line-height: 40px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-bottom: 15px !important;
}

.I1623-U4766-A5955_step-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 8px !important;
}

.I1623-U4766-A5955_step-desc {
    font-size: 14px !important;
    color: #666 !important;
}

/* 주의사항 섹션 */
.I1623-U4766-A5955_notice {
    background: #fff3cd !important;
    border: 2px solid #ffd60a !important;
    border-radius: 10px !important;
    padding: 25px !important;
    margin-bottom: 40px !important;
}

.I1623-U4766-A5955_notice-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #996f00 !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.I1623-U4766-A5955_notice-list {
    list-style: none !important;
    padding-left: 0 !important;
}

.I1623-U4766-A5955_notice-item {
    margin-bottom: 8px !important;
    color: #996f00 !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
}

/* 푸터 */
.I1623-U4766-A5955_footer {
    background: #343a40 !important;
    color: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    margin-top: 40px !important;
}

.I1623-U4766-A5955_footer-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    color: #FFE066 !important;
}

.I1623-U4766-A5955_footer-info {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 15px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.I1623-U4766-A5955_footer-item {
    opacity: 0.9 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .I1623-U4766-A5955_container {
        padding: 15px !important;
    }
    
    .I1623-U4766-A5955_title {
        font-size: 24px !important;
    }
    
    .I1623-U4766-A5955_subtitle {
        font-size: 16px !important;
    }
    
    .I1623-U4766-A5955_price-section {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .I1623-U4766-A5955_features {
        grid-template-columns: 1fr !important;
    }
    
    .I1623-U4766-A5955_info-grid {
        grid-template-columns: 1fr !important;
    }
    
    .I1623-U4766-A5955_usage-steps {
        grid-template-columns: 1fr !important;
    }
}