/* ============================================================
   COOKZZANG Mall 상세페이지 CSS
   제품: 대구납작만두 1kg
   제품코드: Q2642-K2495-A3642
   ============================================================ */

/* 전역 리셋 및 기본 스타일 */
.Q2642-K2495-A3642_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.Q2642-K2495-A3642_wrapper {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #333 !important;
    line-height: 1.6 !important;
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%) !important;
}

/* 히어로 섹션 */
.Q2642-K2495-A3642_hero {
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%) !important;
    padding: 60px 20px !important;
    border-radius: 20px !important;
    margin: 20px !important;
    box-shadow: 0 10px 30px rgba(74, 144, 226, 0.3) !important;
}

.Q2642-K2495-A3642_hero-content {
    display: flex !important;
    flex-direction: row !important;
    gap: 40px !important;
    align-items: center !important;
}

.Q2642-K2495-A3642_hero-image {
    flex: 1 !important;
    position: relative !important;
}

.Q2642-K2495-A3642_hero-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
}

.Q2642-K2495-A3642_badge {
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    color: #4a90e2 !important;
    font-size: 16px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
}

.Q2642-K2495-A3642_hero-info {
    flex: 1 !important;
    color: white !important;
}

.Q2642-K2495-A3642_product-name {
    font-size: 48px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: white !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.Q2642-K2495-A3642_product-subtitle {
    font-size: 22px !important;
    margin-bottom: 25px !important;
    color: #e3f2fd !important;
}

.Q2642-K2495-A3642_price-box {
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 20px !important;
    border-radius: 15px !important;
    margin-bottom: 25px !important;
    backdrop-filter: blur(10px) !important;
}

.Q2642-K2495-A3642_price {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.Q2642-K2495-A3642_unit {
    font-size: 20px !important;
    color: #e3f2fd !important;
    margin-left: 10px !important;
}

.Q2642-K2495-A3642_key-features {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.Q2642-K2495-A3642_feature-item {
    background: rgba(255, 255, 255, 0.25) !important;
    padding: 12px 20px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.Q2642-K2495-A3642_feature-icon {
    font-size: 24px !important;
}

.Q2642-K2495-A3642_feature-text {
    font-size: 16px !important;
    color: white !important;
    font-weight: 500 !important;
}

/* 공통 섹션 스타일 */
.Q2642-K2495-A3642_features,
.Q2642-K2495-A3642_specifications,
.Q2642-K2495-A3642_usage-guide,
.Q2642-K2495-A3642_cooking-method,
.Q2642-K2495-A3642_gallery,
.Q2642-K2495-A3642_reviews,
.Q2642-K2495-A3642_order-info {
    padding: 60px 20px !important;
    margin: 20px !important;
}

.Q2642-K2495-A3642_section-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    color: #2c3e50 !important;
    position: relative !important;
    padding-bottom: 15px !important;
}

.Q2642-K2495-A3642_section-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 80px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #4a90e2, #357abd) !important;
    border-radius: 2px !important;
}

/* 특징 섹션 */
.Q2642-K2495-A3642_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
}

.Q2642-K2495-A3642_feature-card {
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.Q2642-K2495-A3642_feature-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 10px 30px rgba(74, 144, 226, 0.2) !important;
}

.Q2642-K2495-A3642_feature-icon-large {
    font-size: 60px !important;
    margin-bottom: 20px !important;
}

.Q2642-K2495-A3642_feature-card h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #2c3e50 !important;
}

.Q2642-K2495-A3642_feature-card p {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.8 !important;
}

/* 스펙 테이블 */
.Q2642-K2495-A3642_spec-table {
    background: white !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
}

.Q2642-K2495-A3642_spec-row {
    display: flex !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.Q2642-K2495-A3642_spec-row:last-child {
    border-bottom: none !important;
}

.Q2642-K2495-A3642_spec-label {
    flex: 0 0 180px !important;
    padding: 20px !important;
    background: #f8f9fa !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    border-right: 1px solid #e0e0e0 !important;
}

.Q2642-K2495-A3642_spec-value {
    flex: 1 !important;
    padding: 20px !important;
    color: #555 !important;
}

.Q2642-K2495-A3642_spec-value.highlight {
    color: #4a90e2 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

/* 활용 가이드 */
.Q2642-K2495-A3642_usage-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
}

.Q2642-K2495-A3642_usage-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    color: white !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.Q2642-K2495-A3642_usage-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.3) !important;
}

.Q2642-K2495-A3642_usage-icon {
    font-size: 50px !important;
    margin-bottom: 20px !important;
}

.Q2642-K2495-A3642_usage-card h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: white !important;
}

.Q2642-K2495-A3642_usage-card p {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.8 !important;
}

/* 조리 방법 */
.Q2642-K2495-A3642_cooking-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    margin-bottom: 30px !important;
}

.Q2642-K2495-A3642_cooking-card {
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
    text-align: center !important;
    border: 2px solid #e3f2fd !important;
    transition: all 0.3s ease !important;
}

.Q2642-K2495-A3642_cooking-card:hover {
    border-color: #4a90e2 !important;
    transform: scale(1.05) !important;
}

.Q2642-K2495-A3642_cooking-number {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #4a90e2, #357abd) !important;
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 0 auto 20px auto !important;
}

.Q2642-K2495-A3642_cooking-card h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #2c3e50 !important;
}

.Q2642-K2495-A3642_cooking-card p {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.8 !important;
}

.Q2642-K2495-A3642_cooking-card strong {
    color: #4a90e2 !important;
    font-weight: 700 !important;
}

.Q2642-K2495-A3642_cooking-tip {
    background: #fff8e1 !important;
    padding: 20px !important;
    border-radius: 10px !important;
    border-left: 5px solid #ffc107 !important;
    font-size: 16px !important;
    color: #555 !important;
}

.Q2642-K2495-A3642_cooking-tip strong {
    color: #f57c00 !important;
    font-weight: 700 !important;
}

/* 갤러리 */
.Q2642-K2495-A3642_gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
}

.Q2642-K2495-A3642_gallery-item {
    background: white !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
}

.Q2642-K2495-A3642_gallery-item:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.Q2642-K2495-A3642_gallery-item img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.Q2642-K2495-A3642_gallery-item p {
    padding: 15px !important;
    text-align: center !important;
    font-weight: 600 !important;
    color: #555 !important;
    background: #f8f9fa !important;
}

/* 리뷰 섹션 */
.Q2642-K2495-A3642_review-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
}

.Q2642-K2495-A3642_review-card {
    background: white !important;
    padding: 25px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
}

.Q2642-K2495-A3642_review-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.Q2642-K2495-A3642_review-stars {
    font-size: 18px !important;
}

.Q2642-K2495-A3642_review-author {
    font-weight: 600 !important;
    color: #4a90e2 !important;
    font-size: 16px !important;
}

.Q2642-K2495-A3642_review-text {
    font-size: 16px !important;
    color: #555 !important;
    line-height: 1.8 !important;
}

/* 주문 안내 */
.Q2642-K2495-A3642_info-box {
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
}

.Q2642-K2495-A3642_info-item {
    padding: 15px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    font-size: 16px !important;
    color: #555 !important;
}

.Q2642-K2495-A3642_info-item:last-child {
    border-bottom: none !important;
}

.Q2642-K2495-A3642_info-item strong {
    color: #2c3e50 !important;
    font-weight: 700 !important;
    margin-right: 10px !important;
}

/* 푸터 */
.Q2642-K2495-A3642_footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    color: white !important;
    padding: 50px 20px 20px 20px !important;
    margin: 20px !important;
    border-radius: 20px !important;
}

.Q2642-K2495-A3642_footer-content {
    max-width: 1000px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
    margin-bottom: 30px !important;
}

.Q2642-K2495-A3642_footer-logo h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: white !important;
}

.Q2642-K2495-A3642_footer-logo p {
    font-size: 16px !important;
    color: #bdc3c7 !important;
}

.Q2642-K2495-A3642_footer-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.Q2642-K2495-A3642_footer-row {
    font-size: 15px !important;
    color: #ecf0f1 !important;
}

.Q2642-K2495-A3642_footer-row strong {
    color: white !important;
    font-weight: 600 !important;
    margin-right: 10px !important;
}

.Q2642-K2495-A3642_footer-notice {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
}

.Q2642-K2495-A3642_footer-notice p {
    font-size: 13px !important;
    color: #95a5a6 !important;
}

.Q2642-K2495-A3642_footer-bottom {
    text-align: center !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.Q2642-K2495-A3642_footer-bottom p {
    font-size: 14px !important;
    color: #95a5a6 !important;
}

/* 반응형 디자인 - 태블릿 */
@media (max-width: 768px) {
    .Q2642-K2495-A3642_hero-content {
        flex-direction: column !important;
    }
    
    .Q2642-K2495-A3642_product-name {
        font-size: 36px !important;
    }
    
    .Q2642-K2495-A3642_price {
        font-size: 32px !important;
    }
    
    .Q2642-K2495-A3642_section-title {
        font-size: 28px !important;
    }
    
    .Q2642-K2495-A3642_features-grid,
    .Q2642-K2495-A3642_usage-cards,
    .Q2642-K2495-A3642_cooking-grid,
    .Q2642-K2495-A3642_gallery-grid,
    .Q2642-K2495-A3642_review-grid {
        grid-template-columns: 1fr !important;
    }
}

/* 반응형 디자인 - 모바일 */
@media (max-width: 480px) {
    .Q2642-K2495-A3642_hero {
        padding: 30px 15px !important;
    }
    
    .Q2642-K2495-A3642_product-name {
        font-size: 28px !important;
    }
    
    .Q2642-K2495-A3642_product-subtitle {
        font-size: 18px !important;
    }
    
    .Q2642-K2495-A3642_price {
        font-size: 28px !important;
    }
    
    .Q2642-K2495-A3642_section-title {
        font-size: 24px !important;
    }
    
    .Q2642-K2495-A3642_key-features {
        flex-direction: column !important;
    }
    
    .Q2642-K2495-A3642_spec-label {
        flex: 0 0 120px !important;
        font-size: 14px !important;
    }
    
    .Q2642-K2495-A3642_spec-value {
        font-size: 14px !important;
    }
    
    .Q2642-K2495-A3642_features,
    .Q2642-K2495-A3642_specifications,
    .Q2642-K2495-A3642_usage-guide,
    .Q2642-K2495-A3642_cooking-method,
    .Q2642-K2495-A3642_gallery,
    .Q2642-K2495-A3642_reviews,
    .Q2642-K2495-A3642_order-info {
        padding: 30px 15px !important;
    }
}
