/* COOKZZANG Mall Detail Page CSS - Product Code: C5266-H9509-V3283 */
/* 105파이 대 백색 뚜껑포함 PP 전자레인지 용기 */

/* Reset and Base Styles */
.C5266-H9509-V3283_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.C5266-H9509-V3283_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    background-color: #fff !important;
}

/* Header Section */
.C5266-H9509-V3283_header {
    text-align: center !important;
    margin-bottom: 40px !important;
    padding: 30px 20px !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
}

.C5266-H9509-V3283_badge-container {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
    flex-wrap: wrap !important;
}
.C5266-H9509-V3283_badge {
    display: inline-block !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #fff !important;
    background: linear-gradient(45deg, #4CAF50, #45a049) !important;
    box-shadow: 0 2px 10px rgba(76, 175, 80, 0.3) !important;
    transition: transform 0.3s ease !important;
}

.C5266-H9509-V3283_badge:hover {
    transform: translateY(-2px) !important;
}

.C5266-H9509-V3283_free-shipping {
    background: linear-gradient(45deg, #FF6B6B, #FF5252) !important;
    box-shadow: 0 2px 10px rgba(255, 107, 107, 0.3) !important;
}

.C5266-H9509-V3283_microwave {
    background: linear-gradient(45deg, #FF9800, #F57C00) !important;
    box-shadow: 0 2px 10px rgba(255, 152, 0, 0.3) !important;
}

.C5266-H9509-V3283_eco {
    background: linear-gradient(45deg, #4CAF50, #388E3C) !important;
    box-shadow: 0 2px 10px rgba(76, 175, 80, 0.3) !important;
}

.C5266-H9509-V3283_title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
    font-family: 'Noto Serif KR', serif !important;
}
.C5266-H9509-V3283_price-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.C5266-H9509-V3283_original-price {
    font-size: 18px !important;
    color: #999 !important;
    text-decoration: line-through !important;
}

.C5266-H9509-V3283_discount {
    background: #e74c3c !important;
    color: #fff !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.C5266-H9509-V3283_sale-price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #e74c3c !important;
}

/* Main Image Section */
.C5266-H9509-V3283_main-image-section {
    text-align: center !important;
    margin-bottom: 50px !important;
    padding: 20px !important;
}

.C5266-H9509-V3283_main-image {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15) !important;
    transition: transform 0.3s ease !important;
}
.C5266-H9509-V3283_main-image:hover {
    transform: scale(1.02) !important;
}

/* Section Titles */
.C5266-H9509-V3283_section-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    padding-bottom: 10px !important;
    border-bottom: 3px solid #3498db !important;
    font-family: 'Noto Serif KR', serif !important;
}

/* Features Section */
.C5266-H9509-V3283_features-section {
    margin-bottom: 50px !important;
    padding: 30px 20px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 20px !important;
    color: #fff !important;
}

.C5266-H9509-V3283_features-section .C5266-H9509-V3283_section-title {
    color: #fff !important;
    border-bottom-color: #fff !important;
}

.C5266-H9509-V3283_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

.C5266-H9509-V3283_feature-card {
    background: rgba(255,255,255,0.1) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    transition: transform 0.3s ease !important;
}
.C5266-H9509-V3283_feature-card:hover {
    transform: translateY(-5px) !important;
}

.C5266-H9509-V3283_feature-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.C5266-H9509-V3283_feature-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #fff !important;
}

.C5266-H9509-V3283_feature-desc {
    font-size: 14px !important;
    color: rgba(255,255,255,0.9) !important;
    line-height: 1.5 !important;
}

/* Specifications Section */
.C5266-H9509-V3283_specs-section {
    margin-bottom: 50px !important;
    padding: 30px 20px !important;
    background: #f8f9fa !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important;
}

.C5266-H9509-V3283_specs-image {
    width: 100% !important;
    max-width: 600px !important;
    height: auto !important;
    border-radius: 10px !important;
    margin: 20px auto !important;
    display: block !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}
.C5266-H9509-V3283_specs-table {
    background: #fff !important;
    border-radius: 10px !important;
    padding: 20px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

.C5266-H9509-V3283_spec-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #eee !important;
}

.C5266-H9509-V3283_spec-row:last-child {
    border-bottom: none !important;
}

.C5266-H9509-V3283_spec-label {
    font-weight: 600 !important;
    color: #495057 !important;
    font-size: 16px !important;
}

.C5266-H9509-V3283_spec-value {
    font-weight: 500 !important;
    color: #212529 !important;
    font-size: 16px !important;
}

/* Usage Section */
.C5266-H9509-V3283_usage-section {
    margin-bottom: 50px !important;
    padding: 30px 20px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 20px !important;
    color: #fff !important;
}

.C5266-H9509-V3283_usage-section .C5266-H9509-V3283_section-title {
    color: #fff !important;
    border-bottom-color: #fff !important;
}
.C5266-H9509-V3283_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

.C5266-H9509-V3283_usage-card {
    background: rgba(255,255,255,0.1) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    transition: transform 0.3s ease !important;
}

.C5266-H9509-V3283_usage-card:hover {
    transform: translateY(-5px) !important;
}

.C5266-H9509-V3283_usage-emoji {
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.C5266-H9509-V3283_usage-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #fff !important;
}

.C5266-H9509-V3283_usage-desc {
    font-size: 14px !important;
    color: rgba(255,255,255,0.9) !important;
    line-height: 1.5 !important;
}

/* Business Section */
.C5266-H9509-V3283_business-section {
    margin-bottom: 50px !important;
    padding: 30px 20px !important;
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%) !important;
    border-radius: 20px !important;
    color: #fff !important;
}
.C5266-H9509-V3283_business-section .C5266-H9509-V3283_section-title {
    color: #fff !important;
    border-bottom-color: #fff !important;
}

.C5266-H9509-V3283_business-benefits {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 15px !important;
    margin-top: 30px !important;
}

.C5266-H9509-V3283_benefit-item {
    display: flex !important;
    align-items: center !important;
    background: rgba(255,255,255,0.1) !important;
    padding: 20px !important;
    border-radius: 10px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    transition: transform 0.3s ease !important;
}

.C5266-H9509-V3283_benefit-item:hover {
    transform: translateX(5px) !important;
}

.C5266-H9509-V3283_benefit-icon {
    font-size: 24px !important;
    margin-right: 15px !important;
}

.C5266-H9509-V3283_benefit-text {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important;
}

/* Storage Section */
.C5266-H9509-V3283_storage-section {
    margin-bottom: 50px !important;
    padding: 30px 20px !important;
    background: #f8f9fa !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important;
}
.C5266-H9509-V3283_storage-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

.C5266-H9509-V3283_storage-card {
    background: #fff !important;
    padding: 25px !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    border-left: 5px solid #3498db !important;
    transition: transform 0.3s ease !important;
}

.C5266-H9509-V3283_storage-card:hover {
    transform: translateY(-3px) !important;
}

.C5266-H9509-V3283_storage-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 15px !important;
}

.C5266-H9509-V3283_storage-text {
    font-size: 16px !important;
    color: #495057 !important;
    line-height: 1.6 !important;
}

/* Footer Section */
.C5266-H9509-V3283_footer {
    margin-top: 50px !important;
    padding: 40px 20px !important;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    border-radius: 20px !important;
    color: #fff !important;
    text-align: center !important;
}
.C5266-H9509-V3283_footer-content {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.C5266-H9509-V3283_footer-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #fff !important;
    font-family: 'Noto Serif KR', serif !important;
}

.C5266-H9509-V3283_footer-info {
    background: rgba(255,255,255,0.1) !important;
    padding: 20px !important;
    border-radius: 10px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
}

.C5266-H9509-V3283_footer-text {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: rgba(255,255,255,0.9) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .C5266-H9509-V3283_wrapper {
        padding: 15px !important;
    }
    
    .C5266-H9509-V3283_title {
        font-size: 24px !important;
    }
    
    .C5266-H9509-V3283_section-title {
        font-size: 20px !important;
    }
    
    .C5266-H9509-V3283_features-grid,
    .C5266-H9509-V3283_usage-grid {
        grid-template-columns: 1fr !important;
    }
    
    .C5266-H9509-V3283_business-benefits {
        grid-template-columns: 1fr !important;
    }
    
    .C5266-H9509-V3283_storage-content {
        grid-template-columns: 1fr !important;
    }
    
    .C5266-H9509-V3283_spec-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 5px !important;
    }
    
    .C5266-H9509-V3283_price-container {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .C5266-H9509-V3283_badge-container {
        justify-content: center !important;
    }
}