/* 쿡짱몰 상세페이지 CSS - K3754-R1672-W7988 */
/* 모든 스타일은 K3754-R1672-W7988_wrapper 내에서만 적용 */

.K3754-R1672-W7988_wrapper {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

.K3754-R1672-W7988_wrapper * {
    box-sizing: border-box !important;
}

/* Header Section */
.K3754-R1672-W7988_header {
    text-align: center !important;
    margin-bottom: 30px !important;
    padding: 25px !important;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.3) !important;
    color: white !important;
}

.K3754-R1672-W7988_title {
    margin: 0 0 10px 0 !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.K3754-R1672-W7988_subtitle {
    font-size: 16px !important;
    opacity: 0.9 !important;
    font-weight: 400 !important;
}

/* Main Product Image */
.K3754-R1672-W7988_main-image {
    text-align: center !important;
    margin-bottom: 30px !important;
    background: white !important;
    padding: 20px !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}

.K3754-R1672-W7988_product-img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.K3754-R1672-W7988_product-img:hover {
    transform: scale(1.05) !important;
}

/* Info Cards */
.K3754-R1672-W7988_info-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 15px !important;
    margin-bottom: 30px !important;
}

.K3754-R1672-W7988_card {
    background: white !important;
    padding: 20px !important;
    border-radius: 12px !important;
    text-align: center !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 2px solid transparent !important;
}

.K3754-R1672-W7988_card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
    border-color: #007bff !important;
}
.K3754-R1672-W7988_card-icon {
    font-size: 28px !important;
    margin-bottom: 10px !important;
    display: block !important;
}

.K3754-R1672-W7988_card-title {
    font-size: 14px !important;
    color: #666 !important;
    margin-bottom: 5px !important;
    font-weight: 500 !important;
}

.K3754-R1672-W7988_card-content {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #007bff !important;
}

/* Features Section */
.K3754-R1672-W7988_features {
    background: white !important;
    padding: 25px !important;
    border-radius: 15px !important;
    margin-bottom: 25px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.K3754-R1672-W7988_story-heading {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    color: #333 !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #007bff !important;
}

.K3754-R1672-W7988_feature-list {
    display: grid !important;
    gap: 15px !important;
}

.K3754-R1672-W7988_feature-item {
    display: flex !important;
    align-items: center !important;
    padding: 15px !important;
    background: #f8f9fa !important;
    border-radius: 10px !important;
    transition: background-color 0.3s ease !important;
}

.K3754-R1672-W7988_feature-item:hover {
    background: #e3f2fd !important;
}

.K3754-R1672-W7988_feature-icon {
    font-size: 20px !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
}

.K3754-R1672-W7988_story-text {
    font-size: 18px !important;
    color: #555 !important;
    line-height: 1.5 !important;
}
/* Storage Section */
.K3754-R1672-W7988_storage {
    background: white !important;
    padding: 25px !important;
    border-radius: 15px !important;
    margin-bottom: 25px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.K3754-R1672-W7988_storage-info {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.K3754-R1672-W7988_storage-card {
    background: #e3f2fd !important;
    padding: 20px !important;
    border-radius: 12px !important;
    text-align: center !important;
    flex: 1 !important;
    min-width: 200px !important;
    border: 2px solid #2196f3 !important;
}

.K3754-R1672-W7988_warning {
    background: #fff3e0 !important;
    padding: 20px !important;
    border-radius: 12px !important;
    text-align: center !important;
    flex: 1 !important;
    min-width: 200px !important;
    border: 2px solid #ff9800 !important;
}

.K3754-R1672-W7988_storage-icon,
.K3754-R1672-W7988_warning-icon {
    font-size: 24px !important;
    display: block !important;
    margin-bottom: 10px !important;
}

/* Material Section */
.K3754-R1672-W7988_material {
    background: white !important;
    padding: 25px !important;
    border-radius: 15px !important;
    margin-bottom: 25px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.K3754-R1672-W7988_material-info {
    text-align: center !important;
    padding: 20px !important;
    background: #f8f9fa !important;
    border-radius: 10px !important;
    border: 2px solid #6c757d !important;
}
/* Cooking Tips Section */
.K3754-R1672-W7988_cooking-tips {
    background: white !important;
    padding: 25px !important;
    border-radius: 15px !important;
    margin-bottom: 25px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.K3754-R1672-W7988_tips-list {
    display: grid !important;
    gap: 15px !important;
}

.K3754-R1672-W7988_tip-item {
    display: flex !important;
    align-items: center !important;
    padding: 15px !important;
    background: #f1f8e9 !important;
    border-radius: 10px !important;
    border-left: 4px solid #4caf50 !important;
}

.K3754-R1672-W7988_tip-number {
    background: #4caf50 !important;
    color: white !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}

/* Footer Section */
.K3754-R1672-W7988_footer {
    background: linear-gradient(135deg, #495057 0%, #343a40 100%) !important;
    color: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    margin-top: 30px !important;
    text-align: center !important;
}

.K3754-R1672-W7988_footer-content {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.K3754-R1672-W7988_company-name {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #ffffff !important;
}

.K3754-R1672-W7988_contact-info {
    display: grid !important;
    gap: 10px !important;
    margin-bottom: 15px !important;
}

.K3754-R1672-W7988_contact-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
}
.K3754-R1672-W7988_contact-icon {
    font-size: 18px !important;
    margin-right: 8px !important;
}

.K3754-R1672-W7988_contact-text {
    color: #ffffff !important;
}

.K3754-R1672-W7988_footer-note {
    font-size: 14px !important;
    color: #ced4da !important;
    font-style: italic !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .K3754-R1672-W7988_wrapper {
        padding: 10px !important;
    }
    
    .K3754-R1672-W7988_title {
        font-size: 24px !important;
    }
    
    .K3754-R1672-W7988_info-cards {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
        gap: 10px !important;
    }
    
    .K3754-R1672-W7988_card {
        padding: 15px !important;
    }
    
    .K3754-R1672-W7988_storage-info {
        flex-direction: column !important;
    }
    
    .K3754-R1672-W7988_storage-card,
    .K3754-R1672-W7988_warning {
        min-width: 100% !important;
    }
    
    .K3754-R1672-W7988_feature-item,
    .K3754-R1672-W7988_tip-item {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .K3754-R1672-W7988_feature-icon {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
    
    .K3754-R1672-W7988_tip-number {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
    
    .K3754-R1672-W7988_contact-item {
        flex-direction: column !important;
        gap: 5px !important;
    }
}