/* COOKZZANG Mall Detail Page CSS - V2059-P4120-G9754 */
/* 모든 스타일은 V2059-P4120-G9754_wrapper 내에서만 적용됩니다 */

.V2059-P4120-G9754_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background-color: #ffffff !important;
    line-height: 1.6 !important;
}

.V2059-P4120-G9754_wrapper * {
    box-sizing: border-box !important;
}

.V2059-P4120-G9754_container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Hero Section - Green Tech Theme */
.V2059-P4120-G9754_hero-section {
    background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%) !important;
    padding: 40px 0 !important;
    margin-bottom: 40px !important;
    color: white !important;
}

.V2059-P4120-G9754_hero-content {
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
}

.V2059-P4120-G9754_hero-image {
    flex: 1 !important;
    min-width: 300px !important;
    position: relative !important;
}

.V2059-P4120-G9754_main-image {
    width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    object-fit: cover !important;
    border: 3px solid #4caf50 !important;
}

.V2059-P4120-G9754_badge-container {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.V2059-P4120-G9754_badge {
    background-color: #28a745 !important;
    color: white !important;
    padding: 8px 12px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

.V2059-P4120-G9754_badge.V2059-P4120-G9754_discount {
    background-color: #dc3545 !important;
}

.V2059-P4120-G9754_badge.V2059-P4120-G9754_professional {
    background-color: #4caf50 !important;
}

.V2059-P4120-G9754_hero-info {
    flex: 1 !important;
    min-width: 300px !important;
}

.V2059-P4120-G9754_product-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.3 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.V2059-P4120-G9754_spec-highlight {
    background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%) !important;
    color: white !important;
    padding: 12px 20px !important;
    border-radius: 25px !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

.V2059-P4120-G9754_spec-icon {
    font-size: 20px !important;
    margin-right: 10px !important;
}

.V2059-P4120-G9754_spec-text {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.V2059-P4120-G9754_price-section {
    margin-bottom: 25px !important;
}

.V2059-P4120-G9754_original-price {
    font-size: 18px !important;
    color: #cccccc !important;
    text-decoration: line-through !important;
    margin-right: 15px !important;
}

.V2059-P4120-G9754_current-price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.V2059-P4120-G9754_key-features {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.V2059-P4120-G9754_feature-item {
    display: flex !important;
    align-items: center !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    padding: 15px !important;
    border-radius: 8px !important;
    border-left: 4px solid #4caf50 !important;
    backdrop-filter: blur(10px) !important;
}

.V2059-P4120-G9754_feature-icon {
    font-size: 20px !important;
    margin-right: 12px !important;
}

.V2059-P4120-G9754_feature-text {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}

/* Compatibility Section - 핵심 특징 강조 */
.V2059-P4120-G9754_compatibility-section {
    padding: 50px 0 !important;
    background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%) !important;
}

.V2059-P4120-G9754_compatibility-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.V2059-P4120-G9754_compatibility-card {
    background: #ffffff !important;
    border-radius: 15px !important;
    padding: 30px 20px !important;
    text-align: center !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1) !important;
    border: 3px solid #e0e0e0 !important;
    transition: all 0.3s ease !important;
}

.V2059-P4120-G9754_compatibility-card.V2059-P4120-G9754_active {
    border-color: #4caf50 !important;
    background: linear-gradient(135deg, #f1f8e9 0%, #ffffff 100%) !important;
    transform: translateY(-5px) !important;
}

.V2059-P4120-G9754_compatibility-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.V2059-P4120-G9754_compatibility-number {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #4caf50 !important;
    margin-bottom: 10px !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.V2059-P4120-G9754_compatibility-text {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #2e7d32 !important;
}

/* Details Section */
.V2059-P4120-G9754_details-section {
    padding: 40px 0 !important;
    background-color: #ffffff !important;
}

.V2059-P4120-G9754_section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #212529 !important;
    text-align: center !important;
    margin: 0 0 30px 0 !important;
    padding-bottom: 15px !important;
    border-bottom: 3px solid #4caf50 !important;
    display: inline-block !important;
    width: 100% !important;
}

.V2059-P4120-G9754_details-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.V2059-P4120-G9754_detail-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    border-radius: 12px !important;
    padding: 25px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    border: 2px solid #e9ecef !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.V2059-P4120-G9754_detail-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
    border-color: #4caf50 !important;
}

.V2059-P4120-G9754_card-header {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.V2059-P4120-G9754_card-icon {
    font-size: 24px !important;
    margin-right: 12px !important;
}

.V2059-P4120-G9754_card-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #212529 !important;
    margin: 0 !important;
}

.V2059-P4120-G9754_card-content {
    line-height: 1.6 !important;
}

.V2059-P4120-G9754_detail-text {
    font-size: 16px !important;
    color: #495057 !important;
    margin: 8px 0 !important;
}

.V2059-P4120-G9754_highlight {
    font-size: 16px !important;
    color: #4caf50 !important;
    font-weight: 600 !important;
    margin: 8px 0 !important;
}

/* Technical Specs Section */
.V2059-P4120-G9754_technical-section {
    padding: 40px 0 !important;
    background: linear-gradient(135deg, #2e7d32 0%, #388e3c 100%) !important;
    color: white !important;
}

.V2059-P4120-G9754_technical-section .V2059-P4120-G9754_section-title {
    color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}

.V2059-P4120-G9754_technical-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.V2059-P4120-G9754_technical-card {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    padding: 25px !important;
    text-align: center !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    transition: transform 0.3s ease, background-color 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
}

.V2059-P4120-G9754_technical-card:hover {
    transform: translateY(-3px) !important;
    background: rgba(255, 255, 255, 0.2) !important;
}

.V2059-P4120-G9754_technical-icon {
    font-size: 36px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.V2059-P4120-G9754_technical-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 0 12px 0 !important;
}

.V2059-P4120-G9754_technical-text {
    font-size: 14px !important;
    color: #e8f5e8 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* Usage Section */
.V2059-P4120-G9754_usage-section {
    padding: 40px 0 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
}

.V2059-P4120-G9754_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.V2059-P4120-G9754_usage-card {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    padding: 25px !important;
    text-align: center !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    border: 2px solid #e9ecef !important;
    transition: transform 0.3s ease !important;
}

.V2059-P4120-G9754_usage-card:hover {
    transform: translateY(-3px) !important;
    border-color: #4caf50 !important;
}

.V2059-P4120-G9754_usage-icon {
    font-size: 36px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.V2059-P4120-G9754_usage-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #212529 !important;
    margin: 0 0 12px 0 !important;
}

.V2059-P4120-G9754_usage-text {
    font-size: 14px !important;
    color: #6c757d !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* Story Section */
.V2059-P4120-G9754_story-section {
    padding: 50px 0 !important;
    background: linear-gradient(135deg, #e8f5e8 0%, #f1f8e9 100%) !important;
}

.V2059-P4120-G9754_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #212529 !important;
    text-align: center !important;
    margin: 0 0 30px 0 !important;
    padding-bottom: 15px !important;
    border-bottom: 3px solid #4caf50 !important;
    display: inline-block !important;
    width: 100% !important;
}

.V2059-P4120-G9754_story-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.V2059-P4120-G9754_story-text {
    font-size: 18px !important;
    color: #495057 !important;
    line-height: 1.8 !important;
    margin: 0 0 20px 0 !important;
    text-align: justify !important;
}

/* Footer Section */
.V2059-P4120-G9754_footer {
    background: linear-gradient(135deg, #212529 0%, #343a40 100%) !important;
    color: #ffffff !important;
    padding: 40px 0 !important;
    margin-top: 40px !important;
}

.V2059-P4120-G9754_footer-content {
    text-align: center !important;
}

.V2059-P4120-G9754_footer-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 0 0 20px 0 !important;
    color: #ffffff !important;
}

.V2059-P4120-G9754_footer-text {
    font-size: 16px !important;
    margin: 8px 0 !important;
    color: #dee2e6 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .V2059-P4120-G9754_hero-content {
        flex-direction: column !important;
        gap: 25px !important;
    }
    
    .V2059-P4120-G9754_product-title {
        font-size: 24px !important;
    }
    
    .V2059-P4120-G9754_current-price {
        font-size: 22px !important;
    }
    
    .V2059-P4120-G9754_section-title {
        font-size: 22px !important;
    }
    
    .V2059-P4120-G9754_story-heading {
        font-size: 24px !important;
    }
    
    .V2059-P4120-G9754_story-text {
        font-size: 18px !important;
    }
    
    .V2059-P4120-G9754_container {
        padding: 0 15px !important;
    }
    
    .V2059-P4120-G9754_details-grid,
    .V2059-P4120-G9754_usage-grid,
    .V2059-P4120-G9754_technical-grid,
    .V2059-P4120-G9754_compatibility-grid {
        grid-template-columns: 1fr !important;
    }
    
    .V2059-P4120-G9754_spec-highlight {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .V2059-P4120-G9754_spec-icon {
        margin-right: 0 !important;
        margin-bottom: 5px !important;
    }
    
    .V2059-P4120-G9754_compatibility-card.V2059-P4120-G9754_active {
        transform: none !important;
    }
}

@media (max-width: 480px) {
    .V2059-P4120-G9754_product-title {
        font-size: 20px !important;
    }
    
    .V2059-P4120-G9754_spec-text {
        font-size: 16px !important;
    }
    
    .V2059-P4120-G9754_compatibility-number {
        font-size: 28px !important;
    }
}
